dev-python/python-barbicanclient: switch to DISTUTILS_USE_SETUPTOOLS=rdepend

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2020-09-30 12:51:28 -05:00
parent fa776c6335
commit 571d841c55

View File

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