From e442db836bebaa3ef5990791965ea81faa4663ce Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 3 Oct 2025 10:30:52 +0900 Subject: 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 --- gnu/packages/python-check.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python-check.scm') 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 -- cgit v1.3