Skip to content

Commit db555fe

Browse files
pyproject.toml: downgrade required setuptools_scm version
In order to build an RPM directly from a source tarball on fedora 35 it appears that we can't use the current version of setuptools_scm. After some testing-by-hand I don't see any immediate downsides to using the older version. It's a little hacky to go backwards but now's the best time to do so since we have never released yet. Signed-off-by: John Mulligan <[email protected]>
1 parent da66c4e commit db555fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=42", "wheel", "setuptools_scm>=6.3"]
2+
requires = ["setuptools>=42", "wheel", "setuptools_scm>=6.0"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]

0 commit comments

Comments
 (0)