gnu: python-sortedcontainers: Add python2 variant.
* gnu/packages/python-xyz.scm (python2-sortedcontainers): New public variable.
This commit is contained in:
parent
4c2530afce
commit
aadef9c845
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user