[sagemath] 11/14: Add new python deps to pruner and d/control.
Tobias Hansen
thansen at moszumanska.debian.org
Tue Oct 25 00:51:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch sage-7.4
in repository sagemath.
commit 9fad83e84629adbad51729a80bc3cab5b1fdd503
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date: Tue Oct 25 00:26:24 2016 +0000
Add new python deps to pruner and d/control.
---
debian/control.in | 5 +++++
debian/pruner/pruner.py.in | 7 +++++++
2 files changed, 12 insertions(+)
diff --git a/debian/control.in b/debian/control.in
index ee5b580..d0baffc 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -102,6 +102,7 @@ Build-Depends:
python-backports-shutil-get-terminal-size,
python-backports.ssl-match-hostname,
python-brial (>= 0.8.5-0+sage4),
+ python-configparser,
python-crypto,
python-cvxopt,
python-cycler,
@@ -142,6 +143,8 @@ Build-Depends:
python-pip,
python-pkgconfig,
python-ply,
+ python-prompt-toolkit,
+ python-psutil,
python-ptyprocess,
python-pygments,
python-rpy2,
@@ -154,12 +157,14 @@ Build-Depends:
python-snowballstemmer,
python-sphinx,
python-sympy,
+ python-terminado,
python-tk,
python-tornado,
python-traitlets,
python-twisted,
python-tz,
python-vcversioner,
+ python-wcwidth,
python-werkzeug,
python-zmq,
python-zodb,
diff --git a/debian/pruner/pruner.py.in b/debian/pruner/pruner.py.in
index 02584d1..e4f1670 100644
--- a/debian/pruner/pruner.py.in
+++ b/debian/pruner/pruner.py.in
@@ -137,18 +137,21 @@ python_modules = [
'alabaster',
'babel',
'backports_abc',
+ 'configparser',
'cvxopt',
'cycler',
'cysignals',
'dateutil',
'decorator',
'docutils',
+ 'entrypoints',
'flask',
'flask_autoindex',
'flask_babel',
'flask_oldsessions',
'flask_openid',
'flask_silk',
+ 'fpylll',
'functools32',
'future',
'imagesize',
@@ -167,6 +170,8 @@ python_modules = [
'pathlib2',
'pexpect',
'pickleshare',
+ 'prompt_toolkit',
+ 'psutil',
'ptyprocess',
'pygments',
'pyparsing',
@@ -182,10 +187,12 @@ python_modules = [
'snowballstemmer',
'sphinx',
'sympy',
+ 'terminado',
'tornado',
'traitlets',
'twisted',
'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