diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2017-04-14 11:21:44 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-06-06 20:35:12 +0200 |
commit | 6e580dc20209270bf7365fa99d66262f94dc23a8 (patch) | |
tree | 05b18e50ee507aea3ca2e7ee557f9bc28d7648f7 /redhat/frr.spec.in | |
parent | redhat: Fix previously added centos6/redhat6 check (diff) | |
download | frr-6e580dc20209270bf7365fa99d66262f94dc23a8.tar.xz frr-6e580dc20209270bf7365fa99d66262f94dc23a8.zip |
redhat: Add python2 build requirement to pythontools sub package
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to '')
-rw-r--r-- | redhat/frr.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 1ebb7c16c..dcddd466c 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -169,6 +169,7 @@ Contributed/3rd party tools which may be of use with frr. %package pythontools Summary: python tools for frr +BuildRequires: python >= 2.7 Requires: python >= 2.7 python-ipaddr Group: System Environment/Daemons |