aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild b/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild
index a591b4f09..90318a33b 100644
--- a/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild
+++ b/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
COMMIT="91c29b1ab6cd86d6d68fc983fd7ceba3a88ad544"
-DESCRIPTION="Python Implementation of the TrueSkill, Glicko and Elo Ranking Algorithms"
+DESCRIPTION="Python Implementation of the TrueSkill Algorithm"
HOMEPAGE="
https://trueskill.org
https://github.com/sublee/trueskill
@@ -28,7 +28,7 @@ DEPEND="
test? (
>=dev-python/almost-0.1.5[${PYTHON_USEDEP}]
>=dev-python/mpmath-0.17[${PYTHON_USEDEP}]
- dev-python/pip[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
)
"
S="${WORKDIR}/${PN}-${COMMIT}"