diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-19 22:34:38 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-19 22:34:38 +0300 |
commit | 9a5a91dee58f2ccebb5a07baf389b978e762f292 (patch) | |
tree | a3f34daef4d6c908d87d064de32b2db4f0b6afa1 /dev-python/wstools | |
parent | dev-python/wstools: enable py3.{9,10} (diff) | |
download | gentoo-9a5a91dee58f2ccebb5a07baf389b978e762f292.tar.gz gentoo-9a5a91dee58f2ccebb5a07baf389b978e762f292.tar.bz2 gentoo-9a5a91dee58f2ccebb5a07baf389b978e762f292.zip |
dev-python/wstools: fix DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/803002
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/wstools')
-rw-r--r-- | dev-python/wstools/wstools-0.4.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wstools/wstools-0.4.8.ebuild b/dev-python/wstools/wstools-0.4.8.ebuild index 93c978f8bab8..d6450a8d82fc 100644 --- a/dev-python/wstools/wstools-0.4.8.ebuild +++ b/dev-python/wstools/wstools-0.4.8.ebuild @@ -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" |