gnu: python-sortedcontainers: Add python2 variant.

* gnu/packages/python-xyz.scm (python2-sortedcontainers): New public
variable.
This commit is contained in:
Marius Bakke 2020-01-15 21:58:41 +01:00
parent 4c2530afce
commit aadef9c845
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -15822,6 +15822,9 @@ that is accessible to other projects developed in Cython.")
pure-Python.")
(license license:asl2.0)))
(define-public python2-sortedcontainers
(package-with-python2 python-sortedcontainers))
(define-public python-cloudpickle
(package
(name "python-cloudpickle")