diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:08:05 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:23 -0400 |
commit | 6de507f5c931886f475d98b63fe6e786e403461f (patch) | |
tree | d839e1602e8aad8d905b20d0aaa98849072af764 /gnu/packages | |
parent | 61a775f38542c3da48b6a440da85191c0c9890d7 (diff) |
gnu: Remove python2-zope-testing.
* gnu/packages/python-web.scm (python2-zope-testing): Delete variable.
Diffstat (limited to 'gnu/packages')
-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 e24b691abd..3edeef68a4 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2228,9 +2228,6 @@ that have uses outside of the Zope framework.") forms, HTTP servers, regular expressions, and more.") (license license:zpl2.1))) -(define-public python2-zope-testing - (package-with-python2 python-zope-testing)) - (define-public python-zope-testrunner (package (name "python-zope-testrunner") |