Gentoo Archives: gentoo-commits

From: Ian Whyman <thev00d00@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tvdb_api/
Date: Sat, 15 Apr 2017 18:11:22
Message-Id: 1492279867.86a74f5149634cef203467caccb49ccd00fcd3be.thev00d00@gentoo
1 commit: 86a74f5149634cef203467caccb49ccd00fcd3be
2 Author: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 15 18:11:07 2017 +0000
4 Commit: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 15 18:11:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a74f51
7
8 dev-python/tvdb_api: Add missing rdep on requests-cache
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 ..._api-1.10_pre20150406.ebuild => tvdb_api-1.10_pre20150406-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild b/dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild
16 similarity index 89%
17 rename from dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild
18 rename to dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild
19 index 528eccf0fe9..33cac4dbdbe 100644
20 --- a/dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild
21 +++ b/dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild
22 @@ -16,6 +16,6 @@ KEYWORDS="~amd64 ~x86"
23 IUSE=""
24
25 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
26 -RDEPEND=""
27 +RDEPEND="dev-python/requests-cache[${PYTHON_USEDEP}]"
28
29 S="${WORKDIR}"