summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-07-02 03:09:24 +0000
committerGerrit Code Review <review@openstack.org>2022-07-02 03:09:24 +0000
commit724db691932444ae327373d43e5f8e292f38d2c2 (patch)
treef33e04ff09c09532b8772f3f12ad5db4822190fb
parentccf4ee31cfe0b85f81092d865baa59100887c445 (diff)
parentd8a6bf5f61eb1365294c6c07840286f46c9535fc (diff)
downloadironic-python-agent-724db691932444ae327373d43e5f8e292f38d2c2.tar.gz
Merge "Drop python2 from bindep.txt"
-rw-r--r--bindep.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/bindep.txt b/bindep.txt
index 48d6d462..aa7a17ad 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -1,7 +1,5 @@
# these are needed to compile Python dependencies from sources
-python-dev [platform:dpkg test]
python3-all-dev [platform:dpkg !platform:ubuntu-precise test]
-python-devel [platform:rpm test]
python3-devel [platform:rpm test]
build-essential [platform:dpkg test]
libssl-dev [platform:dpkg test]
@@ -25,7 +23,7 @@ libguestfs [platform:rpm imagebuild]
python-guestfs [platform:dpkg imagebuild]
# for TinyIPA build
wget [imagebuild]
-python-pip [imagebuild]
+python3-pip [imagebuild]
unzip [imagebuild]
sudo [imagebuild]
gawk [imagebuild]