gnu: Remove python2-pickleshare.

* gnu/packages/databases.scm (python2-pickleshare): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:33:15 -04:00
parent d76de71dd6
commit 9384d5de3c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3546,17 +3546,8 @@ value in database is immediately visible to other processes accessing the same
database. Concurrency is possible because the values are stored in separate database. Concurrency is possible because the values are stored in separate
files. Hence the database is a directory where all files are governed by files. Hence the database is a directory where all files are governed by
PickleShare.") PickleShare.")
(properties `((python2-variant . ,(delay python2-pickleshare))))
(license license:expat))) (license license:expat)))
(define-public python2-pickleshare
(let ((pickleshare (package-with-python2
(strip-python2-variant python-pickleshare))))
(package (inherit pickleshare)
(propagated-inputs (modify-inputs (package-propagated-inputs
pickleshare)
(prepend python2-pathlib2))))))
(define-public python-apsw (define-public python-apsw
(package (package
(name "python-apsw") (name "python-apsw")