commit: 9efdfe8c123e9c57ff8bf5ceb77dbc22bab567d3 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 9 08:54:55 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Oct 9 09:31:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9efdfe8c
dev-python/suds: block <setuptools-58 Bug: https://bugs.gentoo.org/812212 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/suds/{suds-0.8.4.ebuild => suds-0.8.4-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/suds/suds-0.8.4.ebuild b/dev-python/suds/suds-0.8.4-r1.ebuild similarity index 87% rename from dev-python/suds/suds-0.8.4.ebuild rename to dev-python/suds/suds-0.8.4-r1.ebuild index fc96739b1fd..6c77c8462bd 100644 --- a/dev-python/suds/suds-0.8.4.ebuild +++ b/dev-python/suds/suds-0.8.4-r1.ebuild @@ -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" )
