gnu: Remove python2-anyjson.
* gnu/packages/python-xyz.scm (python2-anyjson): Delete variable.
This commit is contained in:
parent
08b026b3e3
commit
42aa6229eb
1 changed files with 1 additions and 11 deletions
|
@ -15953,17 +15953,7 @@ fast xml and html manipulation.")
|
||||||
(description
|
(description
|
||||||
"Anyjson loads whichever is the fastest JSON module installed
|
"Anyjson loads whichever is the fastest JSON module installed
|
||||||
and provides a uniform API regardless of which JSON implementation is used.")
|
and provides a uniform API regardless of which JSON implementation is used.")
|
||||||
(license license:bsd-3)
|
(license license:bsd-3)))
|
||||||
(properties `((python2-variant . ,(delay python2-anyjson))))))
|
|
||||||
|
|
||||||
(define-public python2-anyjson
|
|
||||||
(let ((anyjson (package-with-python2
|
|
||||||
(strip-python2-variant python-anyjson))))
|
|
||||||
(package/inherit anyjson
|
|
||||||
(arguments `(;; Unlike the python 3 variant, we do run tests. See above!
|
|
||||||
#:tests? #t
|
|
||||||
,@(package-arguments anyjson)))
|
|
||||||
(native-inputs `(("python2-nose" ,python2-nose))))))
|
|
||||||
|
|
||||||
(define-public python-amqp
|
(define-public python-amqp
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue