diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-12-19 14:13:01 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-12-20 22:47:00 -0500 |
commit | 3e205aea17d0590a5c3da039df2a94277505bb5e (patch) | |
tree | 9c2a25b2d4a127d317fc3d8b182bcddce9f0826a | |
parent | 159836967b0be221fce18644ca32ae474a0fc704 (diff) | |
download | guix-3e205aea17d0590a5c3da039df2a94277505bb5e.tar.gz |
gnu: python2-flask-httpauth: Remove package.
* gnu/packages/python-web.scm (python2-flask-httpauth): Remove variable.
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 0 insertions, 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 @@ thread-local variable.") 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") |