Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop dependency on setuptools_scm_git_archive #106

Open
mtelka opened this issue Nov 8, 2023 · 0 comments · May be fixed by #107
Open

Drop dependency on setuptools_scm_git_archive #106

mtelka opened this issue Nov 8, 2023 · 0 comments · May be fixed by #107

Comments

@mtelka
Copy link

mtelka commented Nov 8, 2023

Please drop dependency on setuptools_scm_git_archive. It has been obsoleted.

Suggested change:

--- ruyaml-0.91.0/pyproject.toml.orig
+++ ruyaml-0.91.0/pyproject.toml
@@ -2,8 +2,7 @@
 requires = [
   "pip >= 19.3.1",
   "setuptools >= 42",
-  "setuptools_scm[toml] >= 3.5.0",
-  "setuptools_scm_git_archive >= 1.1",
+  "setuptools_scm[toml] >= 7.0.0",
   "wheel >= 0.33.6",
 ]
 build-backend = "setuptools.build_meta"
@natsukium natsukium linked a pull request Dec 6, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant