From 7c626a4bc86916ac97665d3f7061502ff3f9d9a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Fri, 29 Jan 2021 16:53:31 +0100 Subject: [PATCH] Add missing python3-setuptools_scm_git_archive to base images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- containers/Containerfile.base.fedora-latest | 2 ++ containers/Containerfile.base.fedora-rawhide | 2 ++ 2 files changed, 4 insertions(+) diff --git a/containers/Containerfile.base.fedora-latest b/containers/Containerfile.base.fedora-latest index 137f74ff0..a94e8d30d 100644 --- a/containers/Containerfile.base.fedora-latest +++ b/containers/Containerfile.base.fedora-latest @@ -11,6 +11,8 @@ RUN echo -e "deltarpm=0\ninstall_weak_deps=0\ntsflags=nodocs" >> /etc/dnf/dnf.co python3 \ python3-devel \ python3-tox \ + # needed for setup + python3-setuptools_scm_git_archive \ redhat-rpm-config \ libxml2-devel \ libxslt-devel \ diff --git a/containers/Containerfile.base.fedora-rawhide b/containers/Containerfile.base.fedora-rawhide index 5f94b5929..b13dfab2c 100644 --- a/containers/Containerfile.base.fedora-rawhide +++ b/containers/Containerfile.base.fedora-rawhide @@ -11,6 +11,8 @@ RUN echo -e "deltarpm=0\ninstall_weak_deps=0\ntsflags=nodocs" >> /etc/dnf/dnf.co python3 \ python3-devel \ python3-tox \ + # needed for setup + python3-setuptools_scm_git_archive \ redhat-rpm-config \ libxml2-devel \ libxslt-devel \