From b21b6768ffcf02554529ac94792e4f8f23a1f15d Mon Sep 17 00:00:00 2001 From: Padraig Date: Wed, 21 Sep 2016 14:59:02 +0100 Subject: 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 --- build-root/deb/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-root/deb') 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 -- cgit 1.2.3-korg