dev-python/feedparser: block <setuptools-58 for 5.2.1

Was fixed for 6.0.8

Bug: https://bugs.gentoo.org/812893
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-10-09 12:10:33 +03:00
parent 0162bb5a32
commit ccf13402a8

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..9} pypy3 )
PYTHON_COMPAT=( python3_{8..9} pypy3 )
inherit distutils-r1
@@ -15,11 +15,12 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2 PSF-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""
# Tests have issues with chardet installed, and are just kind of buggy.
RESTRICT="test"
BDEPEND="<dev-python/setuptools-58[${PYTHON_USEDEP}]"
PATCHES=(
"${FILESDIR}/${P}-sgmllib.patch"
)