dev-python/setuptools_scm: Block old versions

Block old versions since presence of one causes the build to fail.
A better solution than a blocker would be preferred but after spending
over an hour fighitng it I wasn't able to come up with one.

Closes: https://bugs.gentoo.org/676024
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-05-10 16:30:56 +02:00
parent cb75de184c
commit 0d55fb2434
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="
!!<dev-python/setuptools_scm-3
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]

View File

@@ -18,6 +18,7 @@ IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="
!!<dev-python/setuptools_scm-3
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]