diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-04-21 16:07:15 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-04-21 16:07:15 +0200 |
commit | 00d10e5b088eb037534548f3cb6f81cebc37d237 (patch) | |
tree | 8422dcbffd0bb935979c5974d6212ac99a79e30a /dev-python/github-sublee-glicko2 | |
parent | sys-cluster/nanos6: --disable-dlb doesn't work (diff) | |
download | guru-00d10e5b088eb037534548f3cb6f81cebc37d237.tar.gz guru-00d10e5b088eb037534548f3cb6f81cebc37d237.tar.bz2 guru-00d10e5b088eb037534548f3cb6f81cebc37d237.zip |
dev-python/github-sublee-glicko2: fix test dep
Closes: https://bugs.gentoo.org/784782
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/github-sublee-glicko2')
-rw-r--r-- | dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010-r1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010-r1.ebuild b/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010-r1.ebuild index adbd65fd3..e3ed16020 100644 --- a/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010-r1.ebuild +++ b/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010-r1.ebuild @@ -16,6 +16,9 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" +DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" +RDEPEND="!dev-python/glicko2[${PYTHON_USEDEP}]" + S="${WORKDIR}/${MYPN}-${COMMIT}" distutils_enable_tests setup.py |