diff options
Diffstat (limited to 'build-root')
-rw-r--r-- | build-root/deb/debian/control | 2 | ||||
-rw-r--r-- | build-root/rpm/vpp.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build-root/deb/debian/control b/build-root/deb/debian/control index bc19768b947..4be6c4aa7ee 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 f55ca6645a0..d365060e5b4 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 |