#2 Correct the BuildRequires
Closed 4 years ago by rebus. Opened 4 years ago by churchyard.
rpms/ churchyard/scapy epel7-setuptools  into  epel7

file modified
+3 -3
@@ -33,12 +33,12 @@ 

  BuildRequires:  sed

  

  %if 0%{?with_python2}

- BuildRequires:  python2 >= 2.5

- BuildRequires:  python2-devel >= 2.5

+ BuildRequires:  python2-devel

+ BuildRequires:  python2-setuptools

  %endif # if with_python2

  

- BuildRequires:  python%{python3_pkgversion}

  BuildRequires:  python%{python3_pkgversion}-devel

+ BuildRequires:  python%{python3_pkgversion}-setuptools

  

  %if (0%{?fedora}) || ( 0%{?rhel} && 0%{?rhel} >= 8 ) 

  Recommends:     tcpdump

  • add setuptools
  • remove unneeded python requirement (brought in by -devel)
  • remove archaic version restrictions

Applied through the master branch - thank you.

Pull-Request has been closed by rebus

4 years ago