summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2022-11-07 11:03:56 +0100
committerHervé Beraud <hberaud@redhat.com>2022-11-07 11:03:56 +0100
commit8a664728b6a29d3c4fd866d57b677f0e519b90fc (patch)
tree9b66f971f0f9dbb8d9b422949ba03b218ee1c638
parent6f67187b8255ae231f82a9deaaf9156c868153a0 (diff)
downloadpython-cinderclient-8a664728b6a29d3c4fd866d57b677f0e519b90fc.tar.gz
Remove python-dev from bindep
It is no longer supported by jammy and lead us to the following errors with the announce-release job. ``` No package matching 'python-dev' is available ``` Change-Id: I12a31b044d5f88a26984d13adff08dd9c778fe0c
-rw-r--r--bindep.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/bindep.txt b/bindep.txt
index b437edd..52426cf 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -6,8 +6,6 @@ libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
libssl-dev [platform:ubuntu-xenial]
locales [platform:debian]
-python-dev [platform:dpkg !platform:ubuntu-jammy]
-python-devel [platform:rpm !platform:centos-8]
python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
python3-dev [platform:dpkg]
python3-devel [platform:rpm]