diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-12-19 14:14:04 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-12-20 22:47:00 -0500 |
commit | e765fc96776df743d32002b1530ba693dcd44ec9 (patch) | |
tree | dfca824f9b08f7450128d5e7ec317b8ded358f6e | |
parent | 8ea0bbb19de6df6875c534e91bbe31ff78972a29 (diff) |
gnu: python2-flask-restful-swagger: Remove package.
* gnu/packages/python-web.scm (python2-flask-restful-swagger): 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 a6f1af1bf5..1af9d257a1 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3492,9 +3492,6 @@ documentation builder.") specs from your Flask-Restful projects.") (license license:expat))) -(define-public python2-flask-restful-swagger - (package-with-python2 python-flask-restful-swagger)) - (define-public python-htmlmin (package (name "python-htmlmin") |