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/rpm/vpp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-root/rpm/vpp.spec') 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 -- cgit 1.2.3-korg