summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2022-06-10 20:30:36 +0300
committerSteve Baker <sbaker@redhat.com>2022-10-26 11:45:47 +1300
commit6e2f70ec7dc0de99c6f85499e50b80a3ea14c8d1 (patch)
tree0bdbb648c5eb1d19a5bbff110f7a9a9f63ae9453
parenta0b9d9d5b7ea796dc834bcb609952eff10460641 (diff)
downloadironic-python-agent-6e2f70ec7dc0de99c6f85499e50b80a3ea14c8d1.tar.gz
WIP 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. WIP because we should consider switching the check-requirements job to use a bionic node instead of jammy, or remove it entirely Change-Id: I75a618f94de58f6de2bd96b37de1894bb0e61998 (cherry picked from commit d8a6bf5f61eb1365294c6c07840286f46c9535fc) (cherry picked from commit 5cc653cbfe32699c9940d34842d5b4a5e2fe35a0) (cherry picked from commit b62f13aeb776b9d6995b623d802ebaf3a20e3879) (cherry picked from commit 25bcef86b52c2a7458c1197133ed0c07191108e4) (cherry picked from commit 107c0e3ea34cabe6eaf15e8bf76b99f4868c78fb)
-rw-r--r--bindep.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/bindep.txt b/bindep.txt
index 03c56614..934eaabe 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]
@@ -22,7 +20,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]