summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2022-06-10 20:30:36 +0300
committerJay Faulkner <jay@jvf.cc>2022-06-30 23:33:05 +0000
commitd8a6bf5f61eb1365294c6c07840286f46c9535fc (patch)
tree726872a42d4dcce2894fd0750940e54f6cd01f17
parent9dca97736f8811aa9dd851eee758f208a57e1822 (diff)
downloadironic-python-agent-d8a6bf5f61eb1365294c6c07840286f46c9535fc.tar.gz
Drop python2 from bindep.txt
IPA dropped support for Python2 long ago, and now Python2 is not even available in newer distros, breaking installation if IPA binary dependencies. Depends-On: https://review.opendev.org/c/openstack/ironic/+/848345 Change-Id: I75a618f94de58f6de2bd96b37de1894bb0e61998
-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]