gnu: python-pyicu: Set python2-variant.
This follows up on commit d65854bdda
, which
did not fix test failures for dependents using package-with-python2.
* gnu/packages/python.scm (python-pyicu)[properties]: Set python2-variant.
This commit is contained in:
parent
6bc862c100
commit
574b1d0262
|
@ -1127,6 +1127,7 @@ Python 3.3+.")
|
|||
(synopsis "Python extension wrapping the ICU C++ API")
|
||||
(description
|
||||
"PyICU is a python extension wrapping the ICU C++ API.")
|
||||
(properties `((python2-variant . ,(delay python2-pyicu))))
|
||||
(license license:x11)))
|
||||
|
||||
(define-public python2-pyicu
|
||||
|
|
Loading…
Reference in New Issue