aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2020-07-29 09:05:08 +0200
committerMauro Sardara <msardara@cisco.com>2020-09-09 11:08:44 +0200
commitaba0a8ce4aeae0392b71658e9afaedc0d857a1a7 (patch)
tree739c9b88fd6696a992893c4f4d1c2af7c100032d /scripts
parentd5071d0c80e1da5e28c2430ba4b579b886373cd2 (diff)
[HICN-555] Reworked loop
Signed-off-by: Mauro Sardara <msardara@cisco.com> Change-Id: Ia837da43b797a3f4d30d832e7ad2b0ec8cc3fefe Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build-packages.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/build-packages.sh b/scripts/build-packages.sh
index a027d059b..77c1b94ab 100644
--- a/scripts/build-packages.sh
+++ b/scripts/build-packages.sh
@@ -40,8 +40,6 @@ DEPS_UBUNTU="libparc-dev \
libvppinfra=${VPP_VERSION_DEB} \
libvppinfra-dev=${VPP_VERSION_DEB} \
vpp-plugin-core=${VPP_VERSION_DEB} \
- libyang \
- sysrepo \
python3-ply"
@@ -56,8 +54,6 @@ DEPS_UBUNTU_NOVERSION="libparc-dev \
libvppinfra \
libvppinfra-dev \
vpp-plugin-core \
- libyang \
- sysrepo \
python3-ply \
python3-setuptools \
python3-pip"