]> git.pld-linux.org Git - packages/python-bunch.git/commitdiff
- fixed build/test dirs master auto/th/python-bunch-1.0.1-3
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 8 Mar 2017 19:47:58 +0000 (20:47 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 8 Mar 2017 19:47:58 +0000 (20:47 +0100)
- rel 3

python-bunch.spec

index a86b3b8ad076de3bad7a0517f461d49ad36fb0a1..c0b65d7a29d9eea516da6c15bf5a49515261e18b 100644 (file)
@@ -6,7 +6,7 @@
 Summary:       Python dictionary with attribute-style access
 Name:          python-bunch
 Version:       1.0.1
-Release:       2
+Release:       3
 License:       MIT
 Group:         Development/Languages
 Source0:       http://pypi.python.org/packages/source/b/bunch/bunch-%{version}.tar.gz
@@ -36,8 +36,8 @@ dos2unix LICENSE.txt README.rst
 %py_build
 
 %if %{with tests}
-PYTHONPATH=build/lib nosetests-%{py_ver} --with-doctest
-PYTHONPATH=build/lib %{__python} build/lib/bunch/test.py
+PYTHONPATH=buidl-2/lib nosetests-%{py_ver} --with-doctest
+PYTHONPATH=build-2/lib %{__python} build-2/lib/bunch/test.py
 %endif
 
 %install
This page took 0.085964 seconds and 4 git commands to generate.