[Debian-astro-commits] [python-astropy] 01/02: Manually add dependencies for external packages

Ole Streicher olebole at moszumanska.debian.org
Thu Jan 12 22:08:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

olebole pushed a commit to branch debian
in repository python-astropy.

commit cab4b7a73d504e35533f5366842746b1dabb9d7c
Author: Ole Streicher <olebole at debian.org>
Date:   Thu Jan 12 22:51:39 2017 +0100

    Manually add dependencies for external packages
---
 debian/control | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 24e3786..2970e8e 100644
--- a/debian/control
+++ b/debian/control
@@ -50,7 +50,10 @@ X-Python3-Version: >= 3.2
 
 Package: python-astropy
 Architecture: any
-Depends: ${misc:Depends},
+Depends: python-configobj,
+         python-ply,
+         python-six (>= 1.10.0),
+         ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends}
 Suggests: libxml2-utils,
@@ -72,7 +75,10 @@ Description: Core functionality for performing astrophysics with Python
 
 Package: python3-astropy
 Architecture: any
-Depends: ${misc:Depends},
+Depends: python3-configobj,
+         python3-ply,
+         python3-six (>= 1.10.0),
+         ${misc:Depends},
          ${python3:Depends},
          ${shlibs:Depends}
 Suggests: libxml2-utils,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/python-astropy.git



More information about the Debian-astro-commits mailing list