dev-python/suds: block <setuptools-58

Bug: https://bugs.gentoo.org/812212
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-10-09 11:54:55 +03:00
parent 1c82ccd294
commit 9efdfe8c12

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -19,6 +19,8 @@ LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
BDEPEND="<dev-python/setuptools-58[${PYTHON_USEDEP}]"
# https://github.com/suds-community/suds/pull/40
PATCHES=( "${FILESDIR}/${P}-fix-optimization.patch" )