From: Zac Medico Date: Fri, 25 Oct 2019 23:35:25 +0000 (-0700) Subject: dev-python/cheroot: old versions are incompatible with latest setuptools X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9e78c43270aa47bf7cb7c465572c9ea380d5c084;p=gentoo.git dev-python/cheroot: old versions are incompatible with latest setuptools Closes: https://bugs.gentoo.org/696990 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Zac Medico --- diff --git a/dev-python/cheroot/cheroot-6.0.0-r1.ebuild b/dev-python/cheroot/cheroot-6.0.0-r1.ebuild index c2af48268b9b..1433e9d15da9 100644 --- a/dev-python/cheroot/cheroot-6.0.0-r1.ebuild +++ b/dev-python/cheroot/cheroot-6.0.0-r1.ebuild @@ -18,7 +18,7 @@ IUSE="test" RDEPEND=">=dev-python/six-1.11.0[${PYTHON_USEDEP}] >=dev-python/more-itertools-2.6[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] + =dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] test? ( dev-python/portend[${PYTHON_USEDEP}] diff --git a/dev-python/cheroot/cheroot-6.0.0.ebuild b/dev-python/cheroot/cheroot-6.0.0.ebuild index 21f4fc2d47a6..ce7dc4100fc3 100644 --- a/dev-python/cheroot/cheroot-6.0.0.ebuild +++ b/dev-python/cheroot/cheroot-6.0.0.ebuild @@ -18,7 +18,7 @@ IUSE="test" RDEPEND=">=dev-python/six-1.11.0[${PYTHON_USEDEP}] >=dev-python/more-itertools-2.6[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] + =dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] test? ( dev-python/portend[${PYTHON_USEDEP}] diff --git a/dev-python/cheroot/cheroot-6.5.4.ebuild b/dev-python/cheroot/cheroot-6.5.4.ebuild index 91d2b9382e2c..52823236539b 100644 --- a/dev-python/cheroot/cheroot-6.5.4.ebuild +++ b/dev-python/cheroot/cheroot-6.5.4.ebuild @@ -21,7 +21,7 @@ RESTRICT="test" RDEPEND=">=dev-python/six-1.11.0[${PYTHON_USEDEP}] >=dev-python/more-itertools-2.6[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] + =dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]"