Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-toolbelt/
Date: Mon, 01 May 2017 14:56:31
Message-Id: 1493650578.56c0f64873822c425aff58890f84084fb2a9862b.mgorny@gentoo
1 commit: 56c0f64873822c425aff58890f84084fb2a9862b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 1 14:11:22 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 1 14:56:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c0f648
7
8 dev-python/requests-toolbelt: Correct requests version
9
10 dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild b/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild
14 index 33cd18783fc..53eac8d76d6 100644
15 --- a/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild
16 +++ b/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild
17 @@ -16,6 +16,6 @@ KEYWORDS="~amd64 ~x86"
18 IUSE=""
19
20 DEPEND=""
21 -RDEPEND="<=dev-python/requests-3.0.0"
22 +RDEPEND="<dev-python/requests-3.0.0"
23
24 DOCS=( AUTHORS.rst HISTORY.rst README.rst )