diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:01:37 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:18 -0400 |
commit | e6e55d7efb25f48cd90da2331c232076af542658 (patch) | |
tree | 2d12dd0a407821e602a3d40da6dfa60359d9a873 /gnu | |
parent | 05f8ac96551bf7eb257721b4ee8d94505d9cc6f6 (diff) |
gnu: Remove python2-pyasn1-modules.
* gnu/packages/python-xyz.scm (python2-pyasn1-modules): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index cf20324592..5edeef44f0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12678,9 +12678,6 @@ suitable for a wide range of protocols based on the ASN.1 specification.") implementations of ASN.1-based codecs and protocols.") (license license:bsd-3))) -(define-public python2-pyasn1-modules - (package-with-python2 python-pyasn1-modules)) - (define-public python-ipaddress (package (name "python-ipaddress") |