commit:     34704b344fd6eaecc84f2118006112645a20a8d8
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Apr 22 20:59:59 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Apr 24 18:51:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34704b34

dev-python/trueskill: fix deps

Closes: https://bugs.gentoo.org/784164
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild | 4 ++--
 1 file 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}"

Reply via email to