diff options
author | Sam James <sam@gentoo.org> | 2021-03-04 03:06:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-04 03:06:46 +0000 |
commit | 03b491c466964525a7d40bd6fa67fd23ace464f1 (patch) | |
tree | 7dc6d304aee62ce0d3a2a9d1528bf65c2a067da0 /dev-python/fusepy | |
parent | dev-python/gevent-websocket: add Python 3.9 (diff) | |
download | gentoo-03b491c466964525a7d40bd6fa67fd23ace464f1.tar.gz gentoo-03b491c466964525a7d40bd6fa67fd23ace464f1.tar.bz2 gentoo-03b491c466964525a7d40bd6fa67fd23ace464f1.zip |
dev-python/fusepy: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/fusepy')
-rw-r--r-- | dev-python/fusepy/fusepy-3.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |