diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:48:24 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:11 -0400 |
commit | f5c3588726f664adbf849df4b09cdc8fbffecc2f (patch) | |
tree | b877f55b382bb6c552092d840b01c7665f3e7ba5 /gnu/packages/python-web.scm | |
parent | c76c7556cdf8b1cdd98d4b7a7e8144d419a92212 (diff) | |
download | guix-f5c3588726f664adbf849df4b09cdc8fbffecc2f.tar.gz |
gnu: Remove python2-zope-testrunner.
* gnu/packages/python-web.scm (python2-zope-testrunner): Delete variable.
Diffstat (limited to 'gnu/packages/python-web.scm')
-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 905c4d8fc9..4eccfcb29f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2288,9 +2288,6 @@ tests.") ("python-zope-exceptions" ,python-zope-exceptions-bootstrap))) (properties `((hidden? . #t))))) -(define-public python2-zope-testrunner - (package-with-python2 python-zope-testrunner)) - (define-public python-zope-i18nmessageid (package (name "python-zope-i18nmessageid") |