diff options
author | Padraig <padraig.connolly@intel.com> | 2016-09-21 14:59:02 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2016-10-10 19:48:38 +0000 |
commit | b21b6768ffcf02554529ac94792e4f8f23a1f15d (patch) | |
tree | 7e4fac2092a082c9eb56479898f1e444b124a248 /build-root | |
parent | 33a7dd5ad9a3d3ecd9bd8472ca20ee5f82ae9542 (diff) |
platform: rewrote vppctl script to include history
Added more ability to search history to vppctl shell
*Up and down keys give history
*Script now written in Python 2.7.6
*Contains all original functionality
*Added Python dependency for deb/rpms
Change-Id: I5088f7b018fce92b9b5411df0bffc34709810dec
Signed-off-by: Padraig Connolly <padraig.connolly@intel.com>
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 |