[Python-modules-commits] [django-oauth-toolkit] 07/11: Add python(3)-requests to Build-Depends as they are used during tests.
Michael Fladischer
fladi at moszumanska.debian.org
Thu Nov 2 16:08:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository django-oauth-toolkit.
commit d65202f1ab81b72b1004d253dd16088b6bbbff34
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Thu Nov 2 16:34:09 2017 +0100
Add python(3)-requests to Build-Depends as they are used during tests.
---
debian/changelog | 2 ++
debian/control | 2 ++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 1a35e83..7b2a5a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ django-oauth-toolkit (1.0.0-1) UNRELEASED; urgency=low
* New upstream release.
* Refresh patches after git-dpm to gbp pq conversion
+ * Add python(3)-requests to Build-Depends as they are used during
+ tests.
-- Michael Fladischer <fladi at debian.org> Tue, 20 Jun 2017 09:48:07 +0200
diff --git a/debian/control b/debian/control
index c73d465..c84731a 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 9),
python-oauthlib,
python-pytest,
python-pytest-django,
+ python-requests,
python-setuptools,
python-six,
python3-all,
@@ -23,6 +24,7 @@ Build-Depends: debhelper (>= 9),
python3-oauthlib,
python3-pytest,
python3-pytest-django,
+ python3-requests,
python3-setuptools,
python3-six
Standards-Version: 3.9.8
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-oauth-toolkit.git
More information about the Python-modules-commits
mailing list