me
/
guix
Archived
1
0
Fork 0

gnu: python-openid: Remove python2 variant.

This is a follow-up of: 90b6c3f4e6.

* gnu/packages/python-web.scm (python-openid)[properties]: Remove it.
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
1 changed files with 0 additions and 1 deletions

View File

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