mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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:
parent
ee6bf00b2d
commit
80c48a2a93
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue