From 70fa3a61179abb64343ef737efa7f845a2da263d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Tue, 26 Sep 2023 12:42:35 +0200 Subject: [PATCH] Stop depending on setuptools_scm_git_archive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- .git_archival.txt | 3 +++ .gitattributes | 2 +- files/tasks/rpm-test-deps.yaml | 1 - recipe.yaml | 1 - 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.git_archival.txt b/.git_archival.txt index 95cb3eea..3994ec0a 100644 --- a/.git_archival.txt +++ b/.git_archival.txt @@ -1 +1,4 @@ +node: $Format:%H$ +node-date: $Format:%cI$ +describe-name: $Format:%(describe:tags=true)$ ref-names: $Format:%D$ diff --git a/.gitattributes b/.gitattributes index 9e8fe43e..4e843cb7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -# Needed for setuptools-scm-git-archive +# Needed for setuptools-scm .git_archival.txt export-subst diff --git a/files/tasks/rpm-test-deps.yaml b/files/tasks/rpm-test-deps.yaml index 2dd4f5f8..71462556 100644 --- a/files/tasks/rpm-test-deps.yaml +++ b/files/tasks/rpm-test-deps.yaml @@ -6,7 +6,6 @@ - python3-setuptools - git-core - python3-setuptools_scm - - python3-setuptools_scm_git_archive - python3-wheel # for bdist_wheel - python3-pytest - python3-tox diff --git a/recipe.yaml b/recipe.yaml index b545b906..6afd3b3e 100644 --- a/recipe.yaml +++ b/recipe.yaml @@ -18,7 +18,6 @@ - python3-setuptools - git-core - python3-setuptools_scm - - python3-setuptools_scm_git_archive - python3-wheel # for bdist_wheel - python3-pytest - python3-tox