mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user