#1 Add run-time dependency on setuptools
Merged 5 years ago by abompard. Opened 5 years ago by brianjmurrell.
rpms/ brianjmurrell/python3-cryptography epel7  into  epel7

@@ -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

5 years ago