diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:14:30 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:32 -0400 |
commit | b11719f12b7e4865bd434b33e8c6df84aaa87067 (patch) | |
tree | d4f98fb804d85e504d5976082fdc3eebaa413f36 /gnu/packages/security-token.scm | |
parent | 8f2eb654cdc8ba10b602245d8126bbdd27d61930 (diff) | |
download | guix-b11719f12b7e4865bd434b33e8c6df84aaa87067.tar guix-b11719f12b7e4865bd434b33e8c6df84aaa87067.tar.gz |
gnu: Remove python2-pyscard.
* gnu/packages/security-token.scm (python2-pyscard): Delete variable.
Diffstat (limited to 'gnu/packages/security-token.scm')
-rw-r--r-- | gnu/packages/security-token.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 2cc1fa38c0..74ea57137f 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -446,9 +446,6 @@ aware applications in Python. The smart card module is built on top of the PCSC API Python wrapper module.") (license license:lgpl2.1+))) -(define-public python2-pyscard - (package-with-python2 python-pyscard)) - (define-public yubikey-oath-dmenu (package (name "yubikey-oath-dmenu") |