dev-python/dkimpy: delete DISTUTILS_USE_SETUPTOOLS

Due to the removal of python 3.7, DISTUTILS_USE_SETUPTOOLS is no longer
needed.

Closes:https://bugs.gentoo.org/811471

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Denoncin <ddenoncin@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22215
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
David Denoncin
2021-09-04 22:12:59 +02:00
committed by Arthur Zamarin
parent 0b07e40bfb
commit ef164c45f5

View File

@@ -4,7 +4,6 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 optfeature