summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2022-01-20 15:34:33 +0100
committerMathieu Othacehe <othacehe@gnu.org>2022-01-20 15:35:36 +0100
commit80c48a2a93968613621f37e21479538e43f3b3d9 (patch)
tree67ccc72c64142928a11076d6303294f46a81a54d /gnu/packages/python-web.scm
parentee6bf00b2d89f6acab55b7a82896d99e39c1229b (diff)
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/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b60abde4a16..1c1f4978296 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1426,7 +1426,6 @@ is Python’s.")
1426 (lambda _ 1426 (lambda _
1427 (invoke "coverage" "run" "-m" 1427 (invoke "coverage" "run" "-m"
1428 "unittest" "openid.test.test_suite")))))) 1428 "unittest" "openid.test.test_suite"))))))
1429 (properties `((python2-variant . ,(delay python2-openid))))
1430 (propagated-inputs 1429 (propagated-inputs
1431 (list python-defusedxml)) 1430 (list python-defusedxml))
1432 (native-inputs 1431 (native-inputs