From 571d841c55765e7ee666b8e07fada3ee37308ab5 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Wed, 30 Sep 2020 12:51:28 -0500 Subject: [PATCH] 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 --- .../python-barbicanclient/python-barbicanclient-4.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild index 1cf60384bead1..14a7cceb7e324 100644 --- a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild +++ b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1