mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue