commit: 0182309dcb5bfee7b75b9c3b1bd49ad944579071 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Sep 21 17:27:20 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Sep 21 17:48:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0182309d
dev-python/fs: Set DISTUTILS_USE_SETUPTOOLS=rdepend The install-qa-check.d has been improved to handle rdepend from requires.txt, so it gets this package right now. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/fs/fs-2.4.11.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/fs/fs-2.4.11.ebuild b/dev-python/fs/fs-2.4.11.ebuild index a71c92e9647..f6e3a9fe098 100644 --- a/dev-python/fs/fs-2.4.11.ebuild +++ b/dev-python/fs/fs-2.4.11.ebuild @@ -6,8 +6,7 @@ EAPI=7 # Not yet ready for 3.9 # https://github.com/PyFilesystem/pyfilesystem2/issues/421 PYTHON_COMPAT=( python3_{6,7,8} ) -# pkg_resources is used -DISTUTILS_USE_SETUPTOOLS=manual +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 optfeature @@ -32,10 +31,8 @@ RDEPEND=" >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] >=dev-python/six-1.10[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] " BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} dev-python/pyftpdlib[${PYTHON_USEDEP}]
