commit:     17b538a961e915abe54b87abbe821c5adee90c2f
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Oct 14 13:27:18 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 01:44:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b538a9

dev-python/pyghmi: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748528
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/pyghmi/pyghmi-1.5.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/pyghmi/pyghmi-1.5.5.ebuild 
b/dev-python/pyghmi/pyghmi-1.5.5.ebuild
index a2085f3c7d1..d9f450e1606 100644
--- a/dev-python/pyghmi/pyghmi-1.5.5.ebuild
+++ b/dev-python/pyghmi/pyghmi-1.5.5.ebuild
@@ -2,7 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 PYTHON_COMPAT=( python3_{6,7} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
@@ -21,7 +23,6 @@ RDEPEND=">=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
        >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
        >=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
        test? (
                >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
                >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]

Reply via email to