gnu: Remove python2-atomicwrites.

* gnu/packages/python-xyz.scm (python2-atomicwrites): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-01 02:53:19 -04:00
parent 018c96f0c7
commit 677ed53453
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -13823,9 +13823,6 @@ (define-public python-atomicwrites
(home-page "https://github.com/untitaker/python-atomicwrites")
(license license:expat)))
(define-public python2-atomicwrites
(package-with-python2 python-atomicwrites))
(define-public python-atomicwrites-1.4
(package
(inherit python-atomicwrites)