commit: 9ff4d9b887f617711117b70437ace7628fa7aa44 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 4 16:20:04 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 4 16:20:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff4d9b8
dev-python/psycopg: Set DISTUTILS_EXT=1 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/psycopg/psycopg-2.9.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/psycopg/psycopg-2.9.4.ebuild b/dev-python/psycopg/psycopg-2.9.4.ebuild index fe65e0016b94..9d28a6771f17 100644 --- a/dev-python/psycopg/psycopg-2.9.4.ebuild +++ b/dev-python/psycopg/psycopg-2.9.4.ebuild @@ -3,9 +3,10 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYPI_PN="psycopg2" +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 pypi