[Python-modules-commits] [wikipedia] 01/01: Adding dependencies
Ethan Ward
ethanward-guest at moszumanska.debian.org
Wed Aug 2 17:07:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch master
in repository wikipedia.
commit 50ba468f9013205f8811a8227f767ab5181a5494
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Wed Aug 2 12:00:45 2017 -0500
Adding dependencies
---
debian/control | 2 +-
debian/tests/control | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index f77aa6d..565f613 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Ethan Ward <ethan.ward at mycroft.ai>
Build-Depends: debhelper (>= 10),
dh-python,
python-all,
- python-beautifulsoup,
+ python-bs4,
python-requests (<<3),
python-requests (>=2),
python-setuptools,
diff --git a/debian/tests/control b/debian/tests/control
index c678fe1..26e34ce 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -6,6 +6,7 @@ Test-Command: set -e
; $py -m unittest discover tests/ '*test.py' 2>/dev/null
; done
Depends: python-all,
+ python-bs4,
python-wikipedia
Test-Command: set -e
@@ -16,4 +17,5 @@ Test-Command: set -e
; $py -m unittest discover tests/ '*test.py' 2>/dev/null
; done
Depends: python3-all,
+ python3-bs4,
python3-wikipedia
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/wikipedia.git
More information about the Python-modules-commits
mailing list