dev-db/pgcli: Fix DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/814566
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Jakov Smolić
2021-09-25 09:56:27 +02:00
parent 3a54b1dbd4
commit e4fa660917

View File

@@ -3,7 +3,6 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1