diff options
| author | Sam James <sam@gentoo.org> | 2022-08-10 13:41:34 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2022-08-10 14:00:00 +0100 |
| commit | f196f19cb6c00c18e4cdce076e7265676bd9646e (patch) | |
| tree | 6aaf64e980024ba389a7b6c7e7af79328b3a2652 /dev-python/css-parser/css-parser-1.0.7-r1.ebuild | |
| parent | 36826afdb67a24f0ab252b109fa0f785c86f3963 (diff) | |
| download | gentoo-f196f19cb6c00c18e4cdce076e7265676bd9646e.tar.gz gentoo-f196f19cb6c00c18e4cdce076e7265676bd9646e.tar.bz2 gentoo-f196f19cb6c00c18e4cdce076e7265676bd9646e.zip | |
dev-python/css-parser: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/css-parser/css-parser-1.0.7-r1.ebuild')
| -rw-r--r-- | dev-python/css-parser/css-parser-1.0.7-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/css-parser/css-parser-1.0.7-r1.ebuild b/dev-python/css-parser/css-parser-1.0.7-r1.ebuild index d450388f0198..91c945604f6a 100644 --- a/dev-python/css-parser/css-parser-1.0.7-r1.ebuild +++ b/dev-python/css-parser/css-parser-1.0.7-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 @@ -20,4 +20,8 @@ BDEPEND=" test? ( dev-python/chardet[${PYTHON_USEDEP}] ) " +PATCHES=( + "${FILESDIR}"/${P}-python311-tests.patch +) + distutils_enable_tests unittest |
