gnu: Remove python2-pbkdf2.

* gnu/packages/python-xyz.scm (python2-pbkdf2): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:10:44 -04:00
parent b8859d30b7
commit 9b0da239eb
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -18976,9 +18976,6 @@ (define-public python-pbkdf2
a file-like object from which an arbitrarily-sized key can be read.")
(license license:expat)))
(define-public python2-pbkdf2
(package-with-python2 python-pbkdf2))
(define-public python-qrcode
(package
(name "python-qrcode")