diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:37:14 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:35 -0400 |
commit | 8ec7e1de69a8683a0d1611cac1059cae4592ba03 (patch) | |
tree | ed034e3392ad7b5390f2afc8146265112d6791bd /gnu | |
parent | 592428a10d04d9da7a9085ffc69179cf1e794c7e (diff) |
gnu: Remove python2-service-identity.
* gnu/packages/python-crypto.scm (python2-service-identity): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-crypto.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 0bdcc693ac..201d5d8a53 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -1320,9 +1320,6 @@ service_identity implements RFC 6125 fully and plans to add other relevant RFCs too.") (license license:expat))) -(define-public python2-service-identity - (package-with-python2 python-service-identity)) - (define-public python-hkdf (package (name "python-hkdf") |