summaryrefslogtreecommitdiff
path: root/dev-python/snapshottest/snapshottest-0.6.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-04 21:18:29 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-04 21:18:29 +0100
commit32a5c8c13e8f1f27cde72c03c7a519c5e8a74b0b (patch)
tree09d01669ad88d76c613f1e845c310b53bd3488ce /dev-python/snapshottest/snapshottest-0.6.0.ebuild
parent2273b13517c999048fff4aa7714d14415478de1d (diff)
gentoo auto-resync : 04:08:2023 - 21:18:29
Diffstat (limited to 'dev-python/snapshottest/snapshottest-0.6.0.ebuild')
-rw-r--r--dev-python/snapshottest/snapshottest-0.6.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/snapshottest/snapshottest-0.6.0.ebuild b/dev-python/snapshottest/snapshottest-0.6.0.ebuild
index 939e60178153..d01d038c7f3c 100644
--- a/dev-python/snapshottest/snapshottest-0.6.0.ebuild
+++ b/dev-python/snapshottest/snapshottest-0.6.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
@@ -30,7 +30,8 @@ RDEPEND="
distutils_enable_tests pytest
PATCHES=(
- "${FILESDIR}/snapshottest-0.6.0-remove-fastdiff.patch"
+ "${FILESDIR}/${PN}-0.6.0-remove-fastdiff.patch"
+ "${FILESDIR}/${PN}-0.6.0-py3.12-imp.patch"
)
python_prepare_all() {