diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:09:13 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:34:00 +0100 |
commit | 9a3804e413bbd1e208128e7ce2e08f99e37ce313 (patch) | |
tree | 30de7edc8e23144087165c25cfab8a5f023dcbcd | |
parent | e9c7bab3332d4ae9124e0f48f8e8cbd995152327 (diff) | |
download | guix-9a3804e413bbd1e208128e7ce2e08f99e37ce313.tar guix-9a3804e413bbd1e208128e7ce2e08f99e37ce313.tar.gz |
gnu: Remove python2-pastescript.
* gnu/packages/python-web.scm (python2-pastescript): Remove variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-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 16d782f0d6..85bec0967a 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4138,9 +4138,6 @@ variety of features, from launching web applications to bootstrapping project layouts.") (license license:expat))) -(define-public python2-pastescript - (package-with-python2 python-pastescript)) - (define-public python2-urlgrabber (package (name "python2-urlgrabber") |