https://bugzilla.redhat.com/show_bug.cgi?id=1282867
--- Comment #1 from Randy Barlow <[email protected]> --- Consider using the newer Python macros that make some of the steps a little more automatic. For example, consider these replacements: * Instead of %setup -q -n %{pypi_name}-%{version} you can use %autosetup -n %{pypyname}-%{version}. * Instead of %{__python2} setup.py build you can use %py2_build * Instead of %{__python2} setup.py install --skip-build --root %{buildroot} you can use %py2_install. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
