From df35a20f9bb3d5b86ea6eb19ea6b998c769d1c44 Mon Sep 17 00:00:00 2001 From: John DeNisco Date: Fri, 19 Jun 2020 15:28:48 -0400 Subject: vpp_config: Updates for 20.05 Added external dependancies package. Updated the startup.conf template. Fix extras/scripts/check_commit_msg so it accepts '_' characters in feature names. Type: fix Signed-off-by: John DeNisco Change-Id: I69c33a24b30d31e5b8081021030bff88cbaeace9 Signed-off-by: Dave Barach --- extras/vpp_config/scripts/clean.sh | 2 +- extras/vpp_config/scripts/requirements.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 extras/vpp_config/scripts/requirements.txt (limited to 'extras/vpp_config/scripts') diff --git a/extras/vpp_config/scripts/clean.sh b/extras/vpp_config/scripts/clean.sh index 908e6297fe3..5294a5ef26f 100755 --- a/extras/vpp_config/scripts/clean.sh +++ b/extras/vpp_config/scripts/clean.sh @@ -59,7 +59,7 @@ case "$LSB" in ;; esac -sudo -H pip uninstall vpp-config +sudo -H pip3 uninstall vpp-config sudo rm *~ sudo rm *.pyc sudo rm vpplib/*~ diff --git a/extras/vpp_config/scripts/requirements.txt b/extras/vpp_config/scripts/requirements.txt new file mode 100644 index 00000000000..a63bc6abf9d --- /dev/null +++ b/extras/vpp_config/scripts/requirements.txt @@ -0,0 +1,8 @@ +certifi==2020.4.5.1 +chardet==3.0.4 +distro==1.5.0 +idna==2.9 +pkg-resources==0.0.0 +PyYAML==5.3.1 +requests==2.23.0 +urllib3==1.25.9 -- cgit 1.2.3-korg