diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-12-19 14:13:50 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-12-20 22:47:00 -0500 |
commit | 8ea0bbb19de6df6875c534e91bbe31ff78972a29 (patch) | |
tree | e6cebc01ca74d236d09bbf5b024feb9173b3ac9f /gnu | |
parent | f597352c68701cbf35b12a45b0d07f7f8e5dca80 (diff) |
gnu: python2-flask-script: Remove package.
* gnu/packages/python-web.scm (python2-flask-script): Remove variable.
Diffstat (limited to 'gnu')
-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 966e1bfcea..a6f1af1bf5 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3779,9 +3779,6 @@ and other command-line tasks that belong outside the web application itself.") (license license:bsd-3))) -(define-public python2-flask-script - (package-with-python2 python-flask-script)) - (define-public python-flask-migrate (package (name "python-flask-migrate") |