diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-03 10:30:52 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-03 10:33:23 +0900 |
| commit | e442db836bebaa3ef5990791965ea81faa4663ce (patch) | |
| tree | 960b732ff270dcf5cb5adc3554206c3dc9458033 /gnu/packages/python-check.scm | |
| parent | 0a865d55878ea790fe1e468db3b36483967bd5f1 (diff) | |
gnu: Remove usages of python-setuptools-next and python-setuptools-scm-next.
These are deprecated, and trigger deprecation warnings.
Automated via, manually reverting the two define-deprecated hunks:
git grep -l python-setuptools-next |
xargs sed -i 's/python-setuptools-next/python-setuptools/'
git grep -l python-setuptools-scm-next |
xargs sed -i 's/python-setuptools-scm-next/python-setuptools-scm/'
Change-Id: Ied5073176cd6578f7524af0deec9182577c1b786
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 4f72018d823..7e4d8828ddc 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1853,8 +1853,8 @@ are too large to conveniently hard-code them in the tests.") #~(modify-phases %standard-phases (delete 'sanity-check)))) (native-inputs - (list python-setuptools-next - python-setuptools-scm-next)) + (list python-setuptools + python-setuptools-scm)) (home-page "https://github.com/asdf-format/pytest-asdf-plugin") (synopsis "Pytest plugin for testing ASDF schemas") (description |
