From 7f39e7a1a907867f23800ccb87eed6688a5b9092 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Sat, 13 Feb 2021 16:02:59 -0500 Subject: [PATCH] dev-python/txrequests: Fix DISUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/748966 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Brian Dolbec --- dev-python/txrequests/txrequests-0.9.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/txrequests/txrequests-0.9.6.ebuild b/dev-python/txrequests/txrequests-0.9.6.ebuild index 6f8648c02c258..18774712d84c2 100644 --- a/dev-python/txrequests/txrequests-0.9.6.ebuild +++ b/dev-python/txrequests/txrequests-0.9.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python3_{7,8}) -DISTUTILS_USE_SETUPTOOLS="rdepend" +DISTUTILS_USE_SETUPTOOLS="bdepend" inherit distutils-r1