Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/tatt/
Date: Thu, 22 Dec 2016 23:21:22
Message-Id: 1482448855.92d844cb7150cdc3aaa2feccc69703260f272b29.bman@gentoo
1 commit: 92d844cb7150cdc3aaa2feccc69703260f272b29
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 22 23:19:15 2016 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 22 23:20:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d844cb
7
8 app-portage/tatt: add Python requests dependency
9
10 app-portage/tatt/tatt-9999.ebuild | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild
14 index 96f747e..b053325 100644
15 --- a/app-portage/tatt/tatt-9999.ebuild
16 +++ b/app-portage/tatt/tatt-9999.ebuild
17 @@ -22,7 +22,8 @@ RDEPEND="
18 app-portage/eix
19 app-portage/gentoolkit
20 www-client/pybugz
21 - dev-python/configobj[${PYTHON_USEDEP}]"
22 + dev-python/configobj[${PYTHON_USEDEP}]
23 + dev-python/requests[${PYTHON_USEDEP}]"
24 DEPEND="${RDEPEND}
25 dev-python/setuptools[${PYTHON_USEDEP}]"