[numexpr] 01/05: Add dependency from pkg-resources

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sat Sep 19 18:49:40 UTC 2015


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

a_valentino-guest pushed a commit to branch master
in repository numexpr.

commit 4198fba697ca77b5e9e60be67fbc23f044bc592e
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Aug 30 18:05:42 2015 +0000

    Add dependency from pkg-resources
---
 debian/changelog | 7 +++++++
 debian/control   | 6 ++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 88ef477..125bacf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+numexpr (2.4.3-2) UNRELEASED; urgency=medium
+
+  * Add dependency from python(3)-pkg-resources to fix
+    autopkgtest failure
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 30 Aug 2015 18:02:58 +0000
+
 numexpr (2.4.3-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index dc26968..1f7eb8b 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,8 @@ Package: python-numexpr
 Architecture: any
 Depends: ${python:Depends},
          ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         python-pkg-resources
 Description: Fast numerical array expression evaluator for Python and NumPy
  Numexpr package evaluates multiple-operator array expressions many
  times faster than NumPy can. It accepts the expression as a string,
@@ -65,7 +66,8 @@ Package: python3-numexpr
 Architecture: any
 Depends: ${python3:Depends},
          ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         python3-pkg-resources
 Description: Fast numerical array expression evaluator for Python 3 and NumPy
  Numexpr package evaluates multiple-operator array expressions many
  times faster than NumPy can. It accepts the expression as a string,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/numexpr.git



More information about the debian-science-commits mailing list