[petsc4py] 01/01: Remove docs package dependency on python
Drew Parsons
dparsons at moszumanska.debian.org
Tue May 16 07:03:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to branch master
in repository petsc4py.
commit 751dc7383b531243d975d76843ee1cffc2b32ce1
Author: Drew Parsons <dparsons at debian.org>
Date: Tue May 16 15:02:20 2017 +0800
Remove docs package dependency on python
otherwise a dependency on python-numpy is pulled in.
---
debian/changelog | 6 ++++++
debian/control | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5a9f427..e38bc0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+petsc4py (3.7.0-4) UNRELEASED; urgency=medium
+
+ * Remove docs package dependency on python (python-numpy)
+
+ -- Drew Parsons <dparsons at debian.org> Tue, 16 May 2017 15:00:59 +0800
+
petsc4py (3.7.0-3) unstable; urgency=medium
* Add python3 support via python3-petsc4py. Closes: #862110.
diff --git a/debian/control b/debian/control
index 20db2cd..3f02322 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,7 @@ Description: Python 3 bindings for PETSc libraries
Package: python-petsc4py-docs
Architecture: all
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: python-petsc4py | python3-petsc4py
Conflicts: python-petsc
Breaks: python-petsc4py (<< 3.7.0-3)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/petsc4py.git
More information about the debian-science-commits
mailing list