gnu: python-openid: Remove python2 variant.
This is a follow-up of: 90b6c3f4e6
.
* gnu/packages/python-web.scm (python-openid)[properties]: Remove it.
parent
ee6bf00b2d
commit
80c48a2a93
|
@ -1426,7 +1426,6 @@ is Python’s.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "coverage" "run" "-m"
|
(invoke "coverage" "run" "-m"
|
||||||
"unittest" "openid.test.test_suite"))))))
|
"unittest" "openid.test.test_suite"))))))
|
||||||
(properties `((python2-variant . ,(delay python2-openid))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-defusedxml))
|
(list python-defusedxml))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue