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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user