mothacehe pushed a commit to branch master in repository guix. commit b896db8cd19a4f009d2ee687ce71afdc5615bbe8 Author: Vinicius Monego <mon...@posteo.net> AuthorDate: Wed Jan 19 14:08:51 2022 +0000
gnu: Remove python2-sphinx-repoze-autointerface. * gnu/packages/sphinx.scm (python2-sphinx-repoze-autointerface): Remove variable. Signed-off-by: Mathieu Othacehe <othac...@gnu.org> --- gnu/packages/sphinx.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 8e3958e6a2..176257b466 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -595,9 +595,6 @@ introspection of @code{zope.interface} instances in code.") (home-page "https://github.com/repoze/repoze.sphinx.autointerface") (license license:repoze))) -(define-public python2-sphinx-repoze-autointerface - (package-with-python2 python-sphinx-repoze-autointerface)) - (define-public python-sphinx-prompt (package (name "python-sphinx-prompt")