diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-03-15 16:55:35 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-03-23 21:38:04 -0400 |
commit | dab3c57d587eee2a005c9a6534cfd4c706e679fa (patch) | |
tree | cdf03a0ee4c7a409354d1574a15a4f701b1726f2 /gnu/packages | |
parent | f44917ea55891194798193e8e49dd7cce919bdd3 (diff) | |
download | guix-dab3c57d587eee2a005c9a6534cfd4c706e679fa.tar guix-dab3c57d587eee2a005c9a6534cfd4c706e679fa.tar.gz |
gnu: python2-flask-multistatic: Remove package.
* gnu/packages/python-web.scm (python2-flask-multistatic): Delete.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages')
-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 ec4c755f8b..64170d4f45 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2987,9 +2987,6 @@ upload, and reCAPTCHA.") for overriding static files.") (license license:gpl3+))) -(define-public python2-flask-multistatic - (package-with-python2 python-flask-multistatic)) - (define-public python-cookies (package (name "python-cookies") |