diff options
author | Patrick Lauer <patrick@gentoo.org> | 2023-04-15 06:20:22 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2023-04-15 19:56:51 +0000 |
commit | f816cc74f2d51f7178720f7a7daf8b28fa03995a (patch) | |
tree | 95aada109fbc2e3d82bdedf73ec5b6e150bf86ba | |
parent | dev-db/pgxnclient: drop 1.3-r2, 1.3.1 (diff) | |
download | gentoo-f816cc74f2d51f7178720f7a7daf8b28fa03995a.tar.gz gentoo-f816cc74f2d51f7178720f7a7daf8b28fa03995a.tar.bz2 gentoo-f816cc74f2d51f7178720f7a7daf8b28fa03995a.zip |
dev-db/pgxnclient: switch to DISTUTILS_USE_PEP517
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
-rw-r--r-- | dev-db/pgxnclient/pgxnclient-1.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild b/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild index fc99245a60e1..49bdb174b36a 100644 --- a/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild +++ b/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi DESCRIPTION="PostgreSQL Extension Network Client" |