https://bugzilla.redhat.com/show_bug.cgi?id=1208454 Haïkel Guémar <karlthered@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |karlthered@xxxxxxxxx --- Comment #1 from Haïkel Guémar <karlthered@xxxxxxxxx> --- 1. drop the pypi_name macro, it's the same as %{name} 2. python-argparse is not required, argparse is part of the standard library since python 2.7 3. Alan set python-netifaces as a requirement of python-oslo-utils 4. clients are likely to be rebuilt on EL6, so I suggest having compatibility macros %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 %{!?_licensedir:%global license %%doc} -- 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 https://admin.fedoraproject.org/mailman/listinfo/package-review