From 5413ff5c12e079557b69a92840b120fbd6fae4d4 Mon Sep 17 00:00:00 2001 From: Yuming Zhu Date: Mon, 21 Oct 2024 11:42:17 +0000 Subject: [PATCH] setuptools is required by devtools/check-api (py3) --- devtools/containers/Dockerfile.centos8 | 1 + devtools/containers/Dockerfile.centos9 | 1 + devtools/containers/Dockerfile.f34 | 1 + devtools/containers/Dockerfile.f35 | 1 + devtools/containers/Dockerfile.f36 | 1 + devtools/containers/Dockerfile.f37 | 1 + devtools/containers/Dockerfile.f38 | 1 + devtools/containers/Dockerfile.f39 | 1 + devtools/containers/Dockerfile.rawhide | 1 + test-requirements.txt | 1 + 10 files changed, 10 insertions(+) diff --git a/devtools/containers/Dockerfile.centos8 b/devtools/containers/Dockerfile.centos8 index 5962967b..4c43ac74 100644 --- a/devtools/containers/Dockerfile.centos8 +++ b/devtools/containers/Dockerfile.centos8 @@ -10,6 +10,7 @@ RUN \ python3-defusedxml \ python3-devel \ python3-librepo \ + python3-setuptools \ python3-tox \ rpm-build && \ dnf clean all diff --git a/devtools/containers/Dockerfile.centos9 b/devtools/containers/Dockerfile.centos9 index 7135a644..7faa9888 100644 --- a/devtools/containers/Dockerfile.centos9 +++ b/devtools/containers/Dockerfile.centos9 @@ -10,6 +10,7 @@ RUN \ python3-defusedxml \ python3-devel \ python3-librepo \ + python3-setuptools \ python3-tox \ rpm-build && \ dnf clean all diff --git a/devtools/containers/Dockerfile.f34 b/devtools/containers/Dockerfile.f34 index de76eb34..ce9b7b6b 100644 --- a/devtools/containers/Dockerfile.f34 +++ b/devtools/containers/Dockerfile.f34 @@ -8,6 +8,7 @@ RUN \ python3-defusedxml \ python3-devel \ python3-librepo \ + python3-setuptools \ python3-tox \ rpm-build && \ dnf clean all diff --git a/devtools/containers/Dockerfile.f35 b/devtools/containers/Dockerfile.f35 index c12171c7..b16e9379 100644 --- a/devtools/containers/Dockerfile.f35 +++ b/devtools/containers/Dockerfile.f35 @@ -8,6 +8,7 @@ RUN \ python3-defusedxml \ python3-devel \ python3-librepo \ + python3-setuptools \ python3-tox \ rpm-build && \ dnf clean all diff --git a/devtools/containers/Dockerfile.f36 b/devtools/containers/Dockerfile.f36 index 0e6e8d4a..93b5e84c 100644 --- a/devtools/containers/Dockerfile.f36 +++ b/devtools/containers/Dockerfile.f36 @@ -8,6 +8,7 @@ RUN \ python3-defusedxml \ python3-devel \ python3-librepo \ + python3-setuptools \ python3-tox \ rpm-build && \ dnf clean all diff --git a/devtools/containers/Dockerfile.f37 b/devtools/containers/Dockerfile.f37 index 8884937f..75d8b81a 100644 --- a/devtools/containers/Dockerfile.f37 +++ b/devtools/containers/Dockerfile.f37 @@ -8,6 +8,7 @@ RUN \ python3-defusedxml \ python3-devel \ python3-librepo \ + python3-setuptools \ python3-tox \ rpm-build && \ dnf clean all diff --git a/devtools/containers/Dockerfile.f38 b/devtools/containers/Dockerfile.f38 index 580d5a77..b2419033 100644 --- a/devtools/containers/Dockerfile.f38 +++ b/devtools/containers/Dockerfile.f38 @@ -8,6 +8,7 @@ RUN \ python3-defusedxml \ python3-devel \ python3-librepo \ + python3-setuptools \ python3-tox \ rpm-build && \ dnf clean all diff --git a/devtools/containers/Dockerfile.f39 b/devtools/containers/Dockerfile.f39 index fdd84c71..7ecb1367 100644 --- a/devtools/containers/Dockerfile.f39 +++ b/devtools/containers/Dockerfile.f39 @@ -8,6 +8,7 @@ RUN \ python3-defusedxml \ python3-devel \ python3-librepo \ + python3-setuptools \ python3-tox \ rpm-build && \ dnf clean all diff --git a/devtools/containers/Dockerfile.rawhide b/devtools/containers/Dockerfile.rawhide index 3f907c6e..ee5fa763 100644 --- a/devtools/containers/Dockerfile.rawhide +++ b/devtools/containers/Dockerfile.rawhide @@ -8,6 +8,7 @@ RUN \ python3-defusedxml \ python3-devel \ python3-librepo \ + python3-setuptools \ python3-tox \ rpm-build && \ dnf clean all diff --git a/test-requirements.txt b/test-requirements.txt index 62ebc508..91ed8872 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,3 +11,4 @@ Cheetah3 psycopg2-binary python-multilib python-qpid-proton +setuptools