summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2025-09-29 10:46:14 +0900
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-30 13:22:59 +0100
commitfa96bd8d1314dca6d36f9be34bf59ddf10147c2b (patch)
treecdb30869303ccc953f85daaf7c4d0197e15ce90f /gnu/packages/python-crypto.scm
parent8e69a0352743dfd9434f6de823543c02c1219bc2 (diff)
gnu: python-setuptools-next: Mark as deprecated.
Replace all python-setuptools-next occurrences with python-setuptools. * gnu/packages/python-build.scm (python-setuptools-next): Mark as a deprecated public alias. * gnu/packages/astronomy.scm (python-asdf-coordinates-schemas, python-asdf-standard, python-jplephem, python-rad) [native-inputs]: Replace python-setuptools-next with python-setuptools. * python-crypto.scm (python-ed25519) [native-inputs]: Replace python-setuptools-next with python-setuptools. * gnu/packages/qt.scm (python-sip) [native-inputs, propagated-inputs]: Replace python-setuptools-next with python-setuptools. (python-pyqt-builder) [native-inputs]: Replace python-setuptools-next with python-setuptools. * gnu/packages/textutils.scm (cobib) [native-inputs]: Replace python-setuptools-next with python-setuptools. Change-Id: I5f2d7ec8c62dc0fa0855c5eb64a4f87579d188eb
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index b20bec061fd..938fe82480f 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -627,7 +627,7 @@ OpenSSL library.")
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests? (invoke "python" "test_ed25519_kat.py")))))))
- (native-inputs (list python-setuptools-next))
+ (native-inputs (list python-setuptools))
(home-page "https://github.com/warner/python-ed25519")
(synopsis "Ed25519 public-key signatures")
(description