diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 15:34:33 +0100 | ||
---|---|---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 15:35:36 +0100 | ||
commit | 2022-01-19 | doc: Normalize language codes in menu URLs.... | Ludovic Courtès | |
2022-01-19 | doc: Make the HTML language menu disappear on narrow screens.... | Ludovic Courtès | ||
2022-01-18 | doc: Add a language menu in the HTML manual....1f37e21479538e43f3b3d9.tar.gz'>guix-80c48a2a93968613621f37e21479538e43f3b3d9.tar.gz guix-80c48a2a93968613621f37e21479538e43f3b3d9.zip |
gnu: python-openid: Remove python2 variant.
This is a follow-up of: 90b6c3f4e6467a810c6001dcd46337e7c45491d8.
* gnu/packages/python-web.scm (python-openid)[properties]: Remove it.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-web.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index b60abde4a1..1c1f497829 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1426,7 +1426,6 @@ is Python’s.") (lambda _ (invoke "coverage" "run" "-m" "unittest" "openid.test.test_suite")))))) - (properties `((python2-variant . ,(delay python2-openid)))) (propagated-inputs (list python-defusedxml)) (native-inputs |