summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorIan Whyman <thev00d00@gentoo.org>2017-04-15 19:11:07 +0100
committerIan Whyman <thev00d00@gentoo.org>2017-04-15 19:11:07 +0100
commit86a74f5149634cef203467caccb49ccd00fcd3be (patch)
tree6e97a7909e5be1c5beb83ef15ce2f1c1aa9b21c6 /dev-python
parentc129b3d1bf778ba053d1510c9a54bb80ff2bd83e (diff)
downloadgentoo-86a74f5149634cef203467caccb49ccd00fcd3be.tar.gz
gentoo-86a74f5149634cef203467caccb49ccd00fcd3be.tar.xz
dev-python/tvdb_api: Add missing rdep on requests-cache
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild (renamed from dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild)2
1 files changed, 1 insertions, 1 deletions
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
index 528eccf0fe9..33cac4dbdbe 100644
--- a/dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild
+++ b/dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild
@@ -16,6 +16,6 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
+RDEPEND="dev-python/requests-cache[${PYTHON_USEDEP}]"
S="${WORKDIR}"