https://bugzilla.redhat.com/show_bug.cgi?id=1634957 --- Comment #1 from Miro Hrončok <mhroncok@xxxxxxxxxx> --- What distros are you targeting with the spec? %{!?__python2: %global __python2 %__python} %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Is not needed on EPEL (and obviously not on Fedora). Also, python2-test_server is a no go for Fedora: https://fedoraproject.org/wiki/Packaging:Python > Software using python2 MUST NOT be newly packaged without FESCo exception. The %with_pythonX_tests macros do not conditionalize test requirements. Maybe you want to do that. -- 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 Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx