[numba] 01/02: deb/control: add funcsigs and singledispatch to runtime deps of py2 binary

Daniel Stender stender at moszumanska.debian.org
Mon Jul 24 03:23:56 UTC 2017


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

stender pushed a commit to branch master
in repository numba.

commit 7a0e2ee454edc88ff77ac0eb6e5629dfc7029540
Author: Daniel Stender <stender at debian.org>
Date:   Mon Jul 24 05:04:14 2017 +0200

    deb/control: add funcsigs and singledispatch to runtime deps of py2 binary
---
 debian/changelog | 7 +++++++
 debian/control   | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b0043be..6d12d84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+numba (0.34.0-3) UNRELEASED; urgency=medium
+
+  * deb/control:
+    + add funcsigs and singledispatch to runtime deps of py2 binary.
+
+ -- Daniel Stender <stender at debian.org>  Mon, 24 Jul 2017 05:03:14 +0200
+
 numba (0.34.0-2) unstable; urgency=medium
 
   * Upload to unstable.
diff --git a/debian/control b/debian/control
index 0c18c7f..bd13b59 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,9 @@ Depends:
  ${misc:Depends},
  ${python:Depends},
  ${shlibs:Depends},
- python-llvmlite (>= 0.19.0~)
+ python-llvmlite (>= 0.19.0~),
+ python-funcsigs,
+ python-singledispatch
 Recommends:
  numba-doc
 Suggests:

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



More information about the debian-science-commits mailing list