From 03b491c466964525a7d40bd6fa67fd23ace464f1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 4 Mar 2021 03:06:46 +0000 Subject: dev-python/fusepy: add Python 3.9 Signed-off-by: Sam James --- dev-python/fusepy/fusepy-3.0.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-python/fusepy') diff --git a/dev-python/fusepy/fusepy-3.0.1.ebuild b/dev-python/fusepy/fusepy-3.0.1.ebuild index dd734582dbb1..d8801526d83e 100644 --- a/dev-python/fusepy/fusepy-3.0.1.ebuild +++ b/dev-python/fusepy/fusepy-3.0.1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) + +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 @@ -14,7 +15,6 @@ LICENSE="ISC" KEYWORDS="~amd64 ~x86" SLOT="0" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" >=sys-fs/fuse-2.9.7:0 !dev-python/fuse-python -- cgit v1.2.3-65-gdbad