From 8ea0bbb19de6df6875c534e91bbe31ff78972a29 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 19 Dec 2020 14:13:50 -0500 Subject: [PATCH] gnu: python2-flask-script: Remove package. * gnu/packages/python-web.scm (python2-flask-script): 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 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")