summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 17:13:09 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 17:24:30 +0100
commit29084de99ed1f797cf5bbc93d41ccb0940a67afa (patch)
tree52f574c045f727371e02ae14f6ae106370e5ef13 /dev-python/llfuse/llfuse-1.3.4.ebuild
parentdev-python/livereload: Remove py2 (diff)
downloadgentoo-29084de99ed1f797cf5bbc93d41ccb0940a67afa.tar.gz
gentoo-29084de99ed1f797cf5bbc93d41ccb0940a67afa.tar.bz2
gentoo-29084de99ed1f797cf5bbc93d41ccb0940a67afa.zip
dev-python/llfuse: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/llfuse/llfuse-1.3.4.ebuild')
-rw-r--r--dev-python/llfuse/llfuse-1.3.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/llfuse/llfuse-1.3.4.ebuild b/dev-python/llfuse/llfuse-1.3.4.ebuild
index b6e057c90019..8d6c4d0e1673 100644
--- a/dev-python/llfuse/llfuse-1.3.4.ebuild
+++ b/dev-python/llfuse/llfuse-1.3.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
inherit distutils-r1