dev-python/wstools: fix DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/803002
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-08-19 22:34:38 +03:00
parent 792a27ab77
commit 9a5a91dee5

View File

@@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="xml(+)"
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="WSDL parsing services package for Web Services for Python"