[python-snuggs] 04/06: Reorder (build) dependencies.
Bas Couwenberg
sebastic at debian.org
Wed Jul 13 11:18:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository python-snuggs.
commit 633241d0a4acff0e7de799fb7427df78ed8405f2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Wed Jul 13 12:51:18 2016 +0200
Reorder (build) dependencies.
---
debian/control | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index 5fff0d6..7c73a8f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,11 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
- python-setuptools,
python-all,
- python-numpy,
python3-all,
+ python-numpy,
python3-numpy,
+ python-setuptools,
python3-setuptools,
python-pytest,
python3-pytest,
@@ -25,9 +25,9 @@ X-Python-Version: >= 2.5
Package: python-snuggs
Architecture: all
-Depends: ${python:Depends},
- ${misc:Depends},
- python-lxml
+Depends: python-lxml,
+ ${python:Depends},
+ ${misc:Depends}
Description: S-expressions for numpy - Python 2 version
This library parses S-expressions using numpy. Available function include
arithmetic and logical operators. Also members of the numpy module such as
@@ -37,9 +37,9 @@ Description: S-expressions for numpy - Python 2 version
Package: python3-snuggs
Architecture: all
-Depends: ${python3:Depends},
- ${misc:Depends},
- python-lxml
+Depends: python-lxml,
+ ${python3:Depends},
+ ${misc:Depends}
Description: S-expressions for numpy - Python 3 version
This library parses S-expressions using numpy. Available function include
arithmetic and logical operators. Also members of the numpy module such as
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-snuggs.git
More information about the Pkg-grass-devel
mailing list