summaryrefslogtreecommitdiffstats
path: root/bindep.txt
diff options
context:
space:
mode:
authorVictor Morales <v.morales@samsung.com>2020-10-01 17:24:32 -0400
committerMichael Pedersen <michaelx.pedersen@intel.com>2021-03-03 08:55:39 +0000
commit3c0a7dbb638b633855658baed38e3b871a5bcac0 (patch)
tree0e29fe03c1974b36d701bd6df5985d57e6a95a08 /bindep.txt
parent402f6f6d6ecde005eb89166957d209bcf6b5ac40 (diff)
Switch to Python Virtual Environment
Virtual Environments allow the python modules installation without affecting the hosting node. This helps to control dependencies required by this project. Signed-off-by: Victor Morales <v.morales@samsung.com> Change-Id: Ib53d9dd335a4707ff863a6fd732d23d323513430 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/71195 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Reviewed-by: Michael Pedersen <michaelx.pedersen@intel.com> Reviewed-by: Rihab Banday <rihab.banday@ericsson.com>
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
index f989692..fc14d44 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -1,5 +1,6 @@
python3-all-dev [platform:dpkg]
python3-all [platform:dpkg]
python-all-dev [platform:dpkg]
+pkg-config [platform:dpkg]
python-devel [platform:rpm !platform:centos-8]
python3-devel [platform:rpm]