From 3e205aea17d0590a5c3da039df2a94277505bb5e Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 19 Dec 2020 14:13:01 -0500 Subject: [PATCH] gnu: python2-flask-httpauth: Remove package. * gnu/packages/python-web.scm (python2-flask-httpauth): Remove variable. --- gnu/packages/python-web.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index fd0001e270..b1ad5f05e7 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3878,9 +3878,6 @@ (define-public python-flask-httpauth authentication for Flask routes.") (license license:expat))) -(define-public python2-flask-httpauth - (package-with-python2 python-flask-httpauth)) - (define-public python-uritemplate (package (name "python-uritemplate")