summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2017-03-28 15:40:04 -0400
committerMike Frysinger <vapier@gentoo.org>2017-03-30 23:28:56 -0400
commit465cba5cd4acbff5c419b310da462e3612149cdf (patch)
treeaa5664bafd3bfc06ab6b7121e5764992a1c85ea7
parentdev-python/tvdb_api: add python-3.5 and fix setuptools dep (diff)
downloadgentoo-465cba5c.tar.gz
gentoo-465cba5c.tar.bz2
gentoo-465cba5c.zip
media-tv/tvnamer: require newer tvdb_api and fix python usedep
The source itself says it requires tvdb_api-1.10 to work.
-rw-r--r--media-tv/tvnamer/tvnamer-2.4.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/media-tv/tvnamer/tvnamer-2.4.ebuild b/media-tv/tvnamer/tvnamer-2.4.ebuild
index e2c20d5587db..5d978a2fa6e3 100644
--- a/media-tv/tvnamer/tvnamer-2.4.ebuild
+++ b/media-tv/tvnamer/tvnamer-2.4.ebuild
@@ -15,7 +15,5 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="dev-python/tvdb_api"
-DEPEND="${DEPEND}
- dev-python/setuptools
-"
+RDEPEND=">=dev-python/tvdb_api-1.10_pre[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"