Skip to content

Commit 70fa3a6

Browse files
committed
Stop depending on setuptools_scm_git_archive
Signed-off-by: Nikola Forró <[email protected]>
1 parent b257e74 commit 70fa3a6

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.git_archival.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
node: $Format:%H$
2+
node-date: $Format:%cI$
3+
describe-name: $Format:%(describe:tags=true)$
14
ref-names: $Format:%D$

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Needed for setuptools-scm-git-archive
1+
# Needed for setuptools-scm
22
.git_archival.txt export-subst

files/tasks/rpm-test-deps.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
- python3-setuptools
77
- git-core
88
- python3-setuptools_scm
9-
- python3-setuptools_scm_git_archive
109
- python3-wheel # for bdist_wheel
1110
- python3-pytest
1211
- python3-tox

recipe.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- python3-setuptools
1919
- git-core
2020
- python3-setuptools_scm
21-
- python3-setuptools_scm_git_archive
2221
- python3-wheel # for bdist_wheel
2322
- python3-pytest
2423
- python3-tox

0 commit comments

Comments
 (0)