aboutsummaryrefslogtreecommitdiffstats
path: root/build-root
diff options
context:
space:
mode:
Diffstat (limited to 'build-root')
-rw-r--r--build-root/deb/debian/control2
-rw-r--r--build-root/rpm/vpp.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/build-root/deb/debian/control b/build-root/deb/debian/control
index bc19768b..4be6c4aa 100644
--- a/build-root/deb/debian/control
+++ b/build-root/deb/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.9.4
Package: vpp
Architecture: any
-Depends: vpp-lib (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: vpp-lib (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: Vector Packet Processing--executables
This package provides VPP executables: vpp, vpp_api_test, vpp_json_test
vpp - the vector packet engine
diff --git a/build-root/rpm/vpp.spec b/build-root/rpm/vpp.spec
index f55ca664..d365060e 100644
--- a/build-root/rpm/vpp.spec
+++ b/build-root/rpm/vpp.spec
@@ -22,7 +22,7 @@ Summary: Vector Packet Processing
License: MIT
Version: %{_version}
Release: %{_release}
-Requires: vpp-lib = %{_version}-%{_release}, net-tools, pciutils
+Requires: vpp-lib = %{_version}-%{_release}, net-tools, pciutils, python
%description
This package provides VPP executables: vpp, vpp_api_test, vpp_json_test