gnu: python-openid: Remove python2 variant.

This is a follow-up of: 90b6c3f4e6.

* gnu/packages/python-web.scm (python-openid)[properties]: Remove it.
This commit is contained in:
Mathieu Othacehe 2022-01-20 15:34:33 +01:00
parent ee6bf00b2d
commit 80c48a2a93
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1426,7 +1426,6 @@ (define-public python-openid
(lambda _
(invoke "coverage" "run" "-m"
"unittest" "openid.test.test_suite"))))))
(properties `((python2-variant . ,(delay python2-openid))))
(propagated-inputs
(list python-defusedxml))
(native-inputs