commit: 018603648b7dfe46b09f6fb6ff87223cd595b3e7
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 2 23:12:36 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 2 23:12:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01860364
dev-python/requests-file: add py3_{8,9}. Fix DISTUTILS
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/requests-file/requests-file-1.4.3.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/requests-file/requests-file-1.4.3.ebuild
b/dev-python/requests-file/requests-file-1.4.3.ebuild
index 44ab0065f57..87270485b51 100644
--- a/dev-python/requests-file/requests-file-1.4.3.ebuild
+++ b/dev-python/requests-file/requests-file-1.4.3.ebuild
@@ -3,7 +3,10 @@
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+PYTHON_COMPAT=( python3_{6..9} )
+
inherit distutils-r1
DESCRIPTION="File transport adapter for Requests"
@@ -15,9 +18,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]