6cff98a
@@ -52,6 +52,7 @@
Requires: python%{python3_pkgversion}-pyasn1 >= 0.1.8
Requires: python%{python3_pkgversion}-six >= 1.4.1
Requires: python%{python3_pkgversion}-cffi >= 1.4.1
+ Requires: python%{python3_pkgversion}-setuptools
%description -n python%{python3_pkgversion}-%{pkgname} %{pkgdesc}
%endif
Add python34-setuptools as a run-time dependency as pkg_resources is needed.
This fixes https://bugzilla.redhat.com/show_bug.cgi?id=1598877.
Pull-Request has been merged by abompard
Add python34-setuptools as a run-time dependency as pkg_resources is needed.
This fixes https://bugzilla.redhat.com/show_bug.cgi?id=1598877.