dev-python/humanize: Build requires dev-python/setuptools_scm

Signed-off-by: Ryan Turner <zdbiohazard2@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14928
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Ryan Turner
2020-03-11 12:45:04 -07:00
committed by Louis Sautier
parent 5f5df230b9
commit 6163fa6847
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? ( dev-python/freezegun[${PYTHON_USEDEP}] )
"

View File

@@ -22,6 +22,7 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
dev-python/freezegun[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]