[Python-modules-commits] [python-mpegdash] 02/04: added missing python{, 3}-future dependency
Ondrej Koblizek
kobla-guest at moszumanska.debian.org
Wed May 18 15:45:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
kobla-guest pushed a commit to branch master
in repository python-mpegdash.
commit b05ee5bb85856027c18b5b21ebda88a112d50932
Author: Ondrej Koblizek <ondrej.koblizek at firma.seznam.cz>
Date: Wed May 18 17:17:20 2016 +0200
added missing python{,3}-future dependency
---
debian/control | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 5b23550..63a61c4 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,9 @@ Build-Depends: debhelper (>= 9~),
python-setuptools,
python3-all,
python3-setuptools,
-Build-Depends-Indep: python-unittest2,
+Build-Depends-Indep: python-future,
+ python-unittest2,
+ python3-future,
python3-unittest2,
Standards-Version: 3.9.8
Homepage: https://github.com/caststack/python-mpegdash
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mpegdash.git
More information about the Python-modules-commits
mailing list