From afe50311737e691aa3397e0e0f6b91838d608dea Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Sun, 11 Oct 2020 14:13:00 +0200 Subject: dev-python/alembic: correct DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/745654 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic Signed-off-by: Michał Górny --- dev-python/alembic/alembic-1.4.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-python/alembic') diff --git a/dev-python/alembic/alembic-1.4.2.ebuild b/dev-python/alembic/alembic-1.4.2.ebuild index e014e8a05278..41d1166ea31f 100644 --- a/dev-python/alembic/alembic-1.4.2.ebuild +++ b/dev-python/alembic/alembic-1.4.2.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 @@ -20,7 +21,7 @@ RDEPEND=">=dev-python/sqlalchemy-1.1.0[${PYTHON_USEDEP}] dev-python/mako[${PYTHON_USEDEP}] >=dev-python/python-editor-0.3[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] +DEPEND=" test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] -- cgit v1.2.3-65-gdbad