https://bugzilla.redhat.com/show_bug.cgi?id=1452644 --- Comment #3 from Björn "besser82" Esser <besser82@xxxxxxxxxxxxxxxxx> --- Some comments from a look on the spec file: %if 0%{?rhel} && 0%{?rhel} <= 6 %{!?__python2: %global __python2 /usr/bin/python2} %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %endif ---> Isn't needed anymore; rhel 5+ has been updated to ship all Python2 related macros. %check nosetests nosetests-3 ---> I recommend to use nosetest-%{python(2|3)_version} here. Same goes for picking up the egg-info in %files. -- 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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx