summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Turner <zdbiohazard2@gmail.com>2020-03-11 12:45:04 -0700
committerLouis Sautier <sbraz@gentoo.org>2020-03-11 23:40:12 +0100
commit6163fa684716e3320bab4d94f48ae9cbad92cba4 (patch)
tree77004d1b7bb7e4eda0ba44215731e5b75c1fcfad /dev-python/humanize
parentdev-python/swagger-spec-validator: 2.5.0 bump (diff)
downloadgentoo-6163fa684716e3320bab4d94f48ae9cbad92cba4.tar.gz
gentoo-6163fa684716e3320bab4d94f48ae9cbad92cba4.tar.bz2
gentoo-6163fa684716e3320bab4d94f48ae9cbad92cba4.zip
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>
Diffstat (limited to 'dev-python/humanize')
-rw-r--r--dev-python/humanize/humanize-1.0.0.ebuild1
-rw-r--r--dev-python/humanize/humanize-2.0.0.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/humanize/humanize-1.0.0.ebuild b/dev-python/humanize/humanize-1.0.0.ebuild
index be43d73ef82d..1a0e2103b9e5 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 73ae3e937f0f..4785489816a4 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}]