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:
Tobias Geerinckx-Rice 2017-12-15 16:44:00 +01:00
parent 6bc862c100
commit 574b1d0262
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1127,6 +1127,7 @@ (define-public python-pyicu
(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