]> git.pld-linux.org Git - packages/python-urllib3.git/commitdiff
automatic change: use py_build/py_install macros
authorJacek Konieczny <jajcus@jajcus.net>
Sat, 28 Nov 2015 17:06:44 +0000 (18:06 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Sat, 28 Nov 2015 17:06:44 +0000 (18:06 +0100)
python-urllib3.spec

index 15e1b1775ef019fc4193ffbc43ab45e9659bc013..a4f685836e469c5f43f6c08849a853d72f905759 100644 (file)
@@ -77,11 +77,11 @@ plików metodą POST. Możliwości:
 
 %build
 %if %{with python2}
-%{__python} setup.py build -b py2
+%py_build -b py2
 %endif
 
 %if %{with python3}
-%{__python3} setup.py build -b py3
+%py3_build -b py3
 %endif
 
 %install
This page took 0.101452 seconds and 4 git commands to generate.