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/password-utils.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/password-utils.scm') diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 9f679e517a2..1c62f867e7a 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -1472,7 +1472,7 @@ program.") (native-inputs (list python-pytest-cov python-pytest-mock - python-setuptools-next)) + python-setuptools)) (inputs (list password-store python-pyxdg)) (home-page "https://github.com/languitar/pass-git-helper") -- cgit v1.3