summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-29 20:40:41 +0100
committerMichał Górny <mgorny@gentoo.org>2023-10-29 20:52:12 +0100
commit6643751de24a3592cdb6bab1657f1dc852d9dd34 (patch)
tree370958b3e0d371059084aca5b6373219947715b0 /dev-python/cvxopt
parentdev-python/elastic-transport: Enable py3.12 (diff)
downloadgentoo-6643751de24a3592cdb6bab1657f1dc852d9dd34.tar.gz
gentoo-6643751de24a3592cdb6bab1657f1dc852d9dd34.tar.bz2
gentoo-6643751de24a3592cdb6bab1657f1dc852d9dd34.zip
dev-python/cvxopt: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cvxopt')
-rw-r--r--dev-python/cvxopt/cvxopt-1.3.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/cvxopt/cvxopt-1.3.2.ebuild b/dev-python/cvxopt/cvxopt-1.3.2.ebuild
index 3c10fa82ec6b..97cde1fd196c 100644
--- a/dev-python/cvxopt/cvxopt-1.3.2.ebuild
+++ b/dev-python/cvxopt/cvxopt-1.3.2.ebuild
@@ -3,8 +3,9 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 toolchain-funcs