media-tv/tvnamer: require newer tvdb_api and fix python usedep
authorMike Frysinger <vapier@gentoo.org>
Tue, 28 Mar 2017 19:40:04 +0000 (15:40 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 31 Mar 2017 03:28:56 +0000 (23:28 -0400)
The source itself says it requires tvdb_api-1.10 to work.

media-tv/tvnamer/tvnamer-2.4.ebuild

index e2c20d5587dbfa6f761cbcb69c3d442ec180adae..5d978a2fa6e37584f287528d0f803975a268631f 100644 (file)
@@ -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}]"