[sagemath] 07/13: Add dependency on python-typing.

Tobias Hansen thansen at moszumanska.debian.org
Sun Oct 15 19:18:56 UTC 2017


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

thansen pushed a commit to branch master
in repository sagemath.

commit 2174ece22adcc28551b3739e05bdf60b8fb92193
Author: Tobias Hansen <thansen at debian.org>
Date:   Sun Oct 15 11:26:33 2017 +0000

    Add dependency on python-typing.
---
 debian/changelog               | 1 +
 debian/control.runtime-depends | 1 +
 debian/pruner/pruner.py.in     | 1 +
 3 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bb7b15d..c6b9dec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ sagemath (8.1~beta7-1) UNRELEASED; urgency=medium
   * New (Build-)Depends:
     - libpynac-dev (>= 0.7.12)
     - python-cypari2 (>= 1.1.1)
+    - python-typing
   * Remove patches (applied upstream):
     - u0-version-cython-0.26.patch               #23360
     - u0-version-scipy-0.19.1.patch              #23594
diff --git a/debian/control.runtime-depends b/debian/control.runtime-depends
index dacf44e..6ef7df6 100644
--- a/debian/control.runtime-depends
+++ b/debian/control.runtime-depends
@@ -95,6 +95,7 @@
  python-tornado,
  python-traitlets,
  python-twisted,
+ python-typing,
  python-tz,
  python-vcversioner,
  python-wcwidth,
diff --git a/debian/pruner/pruner.py.in b/debian/pruner/pruner.py.in
index fbbe851..9a2156c 100644
--- a/debian/pruner/pruner.py.in
+++ b/debian/pruner/pruner.py.in
@@ -206,6 +206,7 @@ python_modules = [
     'tornado',
     'traitlets',
     'twisted',
+    'typing',
     'vcversioner',
     'wcwidth',
     'werkzeug'

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



More information about the debian-science-commits mailing list