summaryrefslogtreecommitdiff
path: root/gnu/packages/password-utils.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-10-03 10:30:52 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-10-03 10:33:23 +0900
commite442db836bebaa3ef5990791965ea81faa4663ce (patch)
tree960b732ff270dcf5cb5adc3554206c3dc9458033 /gnu/packages/password-utils.scm
parent0a865d55878ea790fe1e468db3b36483967bd5f1 (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/password-utils.scm')
-rw-r--r--gnu/packages/password-utils.scm2
1 files changed, 1 insertions, 1 deletions
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")