[Python-modules-commits] [numpydoc] 06/16: Drop explicit dependency on Sphinx
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Jul 12 18:19:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository numpydoc.
commit 7bc82987fb17f41d1515c2ef69677ccabde9714f
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Wed Jul 12 16:25:41 2017 +0100
Drop explicit dependency on Sphinx
---
debian/control | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index bae0e93..1fdad5d 100644
--- a/debian/control
+++ b/debian/control
@@ -27,8 +27,7 @@ X-Python3-Version: >= 3.4
Package: python-numpydoc
Architecture: all
Depends: ${misc:Depends},
- ${python:Depends},
- python-sphinx
+ ${python:Depends}
Suggests: python-matplotlib
Description: Sphinx extension to support docstrings in Numpy format -- Python 2
This package defines several extensions for the Sphinx documentation
@@ -40,8 +39,7 @@ Description: Sphinx extension to support docstrings in Numpy format -- Python 2
Package: python3-numpydoc
Architecture: all
Depends: ${misc:Depends},
- ${python3:Depends},
- python3-sphinx
+ ${python3:Depends}
Suggests: python3-matplotlib
Description: Sphinx extension to support docstrings in Numpy format -- Python3
This package defines several extensions for the Sphinx documentation
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/numpydoc.git
More information about the Python-modules-commits
mailing list