commit: e9259c86644672fe3b16664034fff3d523181703
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 4 21:53:34 2020 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Fri Sep 4 22:14:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9259c86
dev-python/netifaces: add Py3.9, remove explicit setuptools dep.
Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/netifaces/netifaces-0.10.9.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/netifaces/netifaces-0.10.9.ebuild
b/dev-python/netifaces/netifaces-0.10.9.ebuild
index faa08acf317..ed88a284797 100644
--- a/dev-python/netifaces/netifaces-0.10.9.ebuild
+++ b/dev-python/netifaces/netifaces-0.10.9.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
inherit distutils-r1
@@ -18,6 +19,4 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
PATCHES=( "${FILESDIR}"/${PN}-0.10.4-remove-osx-fix.patch )