dev-python/humanize: Build requires dev-python/setuptools_scm
authorRyan Turner <zdbiohazard2@gmail.com>
Wed, 11 Mar 2020 19:45:04 +0000 (12:45 -0700)
committerLouis Sautier <sbraz@gentoo.org>
Wed, 11 Mar 2020 22:40:12 +0000 (23:40 +0100)
Signed-off-by: Ryan Turner <zdbiohazard2@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14928
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
dev-python/humanize/humanize-1.0.0.ebuild
dev-python/humanize/humanize-2.0.0.ebuild

index be43d73ef82d3ec5918f85009c84772080b9035e..1a0e2103b9e53f2e2282102da8531d5f05de2f52 100644 (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}] )
 "
 
index 73ae3e937f0fe321b0c797c627f9c2ad5f525d50..4785489816a49d2197af771dec1a805d6a1a7053 100644 (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}]