summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 12:33:27 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 12:54:02 +0100
commitbfe156fa74d3a6780df0b750745a283039997a31 (patch)
tree6c79502c82b66efcdeeb5819aae9092ff8712cbb /dev-embedded/libftdi/libftdi-9999.ebuild
parentdev-db/postgresql: Remove py2 (diff)
downloadgentoo-bfe156fa74d3a6780df0b750745a283039997a31.tar.gz
gentoo-bfe156fa74d3a6780df0b750745a283039997a31.tar.bz2
gentoo-bfe156fa74d3a6780df0b750745a283039997a31.zip
dev-embedded/libftdi: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-embedded/libftdi/libftdi-9999.ebuild')
-rw-r--r--dev-embedded/libftdi/libftdi-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-embedded/libftdi/libftdi-9999.ebuild b/dev-embedded/libftdi/libftdi-9999.ebuild
index d3062740cb4b..7660b8764197 100644
--- a/dev-embedded/libftdi/libftdi-9999.ebuild
+++ b/dev-embedded/libftdi/libftdi-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit cmake-utils python-single-r1
MY_P="${PN}1-${PV}"