1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 22:50:34 +02:00

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
This commit is contained in:
Maxim Cournoyer
2025-10-03 10:30:52 +09:00
parent 0a865d5587
commit e442db836b
3 changed files with 11 additions and 11 deletions

View File

@@ -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