summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-11-16 19:30:29 +0000
committerGerrit Code Review <review@openstack.org>2022-11-16 19:30:29 +0000
commit6204c13d96dc77388625b403af9b3a45dd5a146f (patch)
treeeab9d8f9155768bb5888a0c66a367f853d01bcf9
parent57d203ae179fab51da7868532ff35eebb2c37f59 (diff)
parent80fcf3c0bd0ba5ab496c64747d19f0838b0bfcf5 (diff)
downloadironic-python-agent-6204c13d96dc77388625b403af9b3a45dd5a146f.tar.gz
Merge "Drop python2 from bindep.txt" into stable/xena
-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]