summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/guessit/guessit-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/guessit/guessit-9999.ebuild b/dev-python/guessit/guessit-9999.ebuild
index c4c9f2b9ce04..14675266e90c 100644
--- a/dev-python/guessit/guessit-9999.ebuild
+++ b/dev-python/guessit/guessit-9999.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1 git-r3
DESCRIPTION="Python library for guessing information from video filenames"
HOMEPAGE="https://github.com/guessit-io/guessit https://pypi.org/project/guessit/"
-EGIT_REPO_URI="https://github.com/${PN}-io/${PN}.git"
+EGIT_REPO_URI="https://github.com/guessit-io/guessit.git"
EGIT_BRANCH="develop"
LICENSE="LGPL-3"
@@ -27,8 +27,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
test? (
- >=dev-python/pytest-2.7.3[${PYTHON_USEDEP}]
- dev-python/pytest-capturelog[${PYTHON_USEDEP}]
+ >=dev-python/pytest-3.4[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
)
"