Skip to content

Commit

Permalink
media-tv/tvnamer: require newer tvdb_api and fix python usedep
Browse files Browse the repository at this point in the history
The source itself says it requires tvdb_api-1.10 to work.
  • Loading branch information
vapier committed Mar 31, 2017
1 parent 7a79089 commit 465cba5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions media-tv/tvnamer/tvnamer-2.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}]"

0 comments on commit 465cba5

Please sign in to comment.