parent
c48b048f2f
commit
04c9269866
@ -1,25 +0,0 @@
|
||||
From a91c09353a9d222178fc0e37f496aa0e6fbacc3f Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
|
||||
Date: Tue, 30 Mar 2021 11:46:11 +0200
|
||||
Subject: [PATCH] Allow building with setuptools_scm 6+
|
||||
|
||||
Once again a new setuptools_scm version is available, 6.
|
||||
Lets' not change this to <7 again but allow any future version.
|
||||
If it breaks in the future, we can adapt.
|
||||
---
|
||||
pyproject.toml | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index a57d6c9f6..6aa5a1b15 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -1,7 +1,7 @@
|
||||
[build-system]
|
||||
requires = [
|
||||
"setuptools >= 40.0.4",
|
||||
- "setuptools_scm >= 2.0.0, <6",
|
||||
+ "setuptools_scm >= 2.0.0",
|
||||
"wheel >= 0.29.0",
|
||||
]
|
||||
build-backend = 'setuptools.build_meta'
|
@ -1 +1 @@
|
||||
SHA512 (tox-3.23.0.tar.gz) = e061ee902c4a3844cea620d179c5e89b2e62c811eb5bd7e6a6a79eaf39ddfd26ccaec8797e89900d7648e340edea23e87945e262ec90d420cd3b2109049975bc
|
||||
SHA512 (tox-3.24.0.tar.gz) = 3c15db668452b927904d48e3ea92c2a4a79e6f3c3097fde878132d0796c86bd76597e43c5b2498157df679d4d35c134b64abd125b0ab4b4c0c2b125202120091
|
||||
|
Loading…
Reference in new issue