From 730a54b65e1e41fe14990356a976f452bf8dcf84 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Mar 11 2018 04:58:59 +0000 Subject: fix python3 build requirements --- diff --git a/scapy.spec b/scapy.spec index bd0eab4..5d1530f 100644 --- a/scapy.spec +++ b/scapy.spec @@ -21,8 +21,9 @@ BuildArch: noarch BuildRequires: python2 >= 2.5 BuildRequires: python2-devel >= 2.5 BuildRequires: sed +BuildRequires: python%{python3_pkgversion} +BuildRequires: python%{python3_pkgversion}-devel -Requires: python2 >= 2.5 %description