From: Virgil Dupras Date: Mon, 21 Jan 2019 20:30:14 +0000 (-0500) Subject: dev-python/tox: fix dependencies X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1f60280d66a86418741c800b61db8447da55154a;p=gentoo.git dev-python/tox: fix dependencies Signed-off-by: Virgil Dupras Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- diff --git a/dev-python/tox/tox-3.7.0.ebuild b/dev-python/tox/tox-3.7.0.ebuild index 657adf8c8ba7..4a32bc04c976 100644 --- a/dev-python/tox/tox-3.7.0.ebuild +++ b/dev-python/tox/tox-3.7.0.ebuild @@ -28,7 +28,7 @@ RDEPEND=" dev-python/toml[${PYTHON_USEDEP}] dev-python/virtualenv[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - dev-python/setuptools_scm[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-2[${PYTHON_USEDEP}] test? ( >=dev-python/freezegun-0.3.11[${PYTHON_USEDEP}] >=dev-python/pytest-3.6[${PYTHON_USEDEP}]