diff --git a/dev-python/humanize/humanize-1.0.0.ebuild b/dev-python/humanize/humanize-1.0.0.ebuild index be43d73ef82d3..1a0e2103b9e53 100644 --- a/dev-python/humanize/humanize-1.0.0.ebuild +++ b/dev-python/humanize/humanize-1.0.0.ebuild @@ -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}] ) " diff --git a/dev-python/humanize/humanize-2.0.0.ebuild b/dev-python/humanize/humanize-2.0.0.ebuild index 73ae3e937f0fe..4785489816a49 100644 --- a/dev-python/humanize/humanize-2.0.0.ebuild +++ b/dev-python/humanize/humanize-2.0.0.ebuild @@ -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}]