commit: 7e99616ca1b1daa1d8e8a604d48b4dc0e5d145fb Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Mon Apr 6 08:59:48 2020 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Mon Apr 6 09:00:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e99616c
dev-python/inflect: fix setuptools_scm bdep to enforce min. version Closes: https://bugs.gentoo.org/716424 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> dev-python/inflect/inflect-4.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/inflect/inflect-4.1.0.ebuild b/dev-python/inflect/inflect-4.1.0.ebuild index 5e104aecdea..b8d3caaccd3 100644 --- a/dev-python/inflect/inflect-4.1.0.ebuild +++ b/dev-python/inflect/inflect-4.1.0.ebuild @@ -24,7 +24,7 @@ RDEPEND=" " BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/setuptools_scm[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}] dev-python/toml[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] ) "
