summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 21:58:20 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 22:21:27 +0100
commitd3f0338f33864e9d879c9e82b62b3601ce4477d4 (patch)
tree8e441f96b6f50fa23357adb90c767a828844f1e9 /dev-python/qtawesome/qtawesome-0.5.2.ebuild
parentdev-python/qrcode: Remove py2 (diff)
downloadgentoo-d3f0338f33864e9d879c9e82b62b3601ce4477d4.tar.gz
gentoo-d3f0338f33864e9d879c9e82b62b3601ce4477d4.tar.bz2
gentoo-d3f0338f33864e9d879c9e82b62b3601ce4477d4.zip
dev-python/qtawesome: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/qtawesome/qtawesome-0.5.2.ebuild')
-rw-r--r--dev-python/qtawesome/qtawesome-0.5.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/qtawesome/qtawesome-0.5.2.ebuild b/dev-python/qtawesome/qtawesome-0.5.2.ebuild
index abb7ca60df7a..3793c1af265f 100644
--- a/dev-python/qtawesome/qtawesome-0.5.2.ebuild
+++ b/dev-python/qtawesome/qtawesome-0.5.2.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,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit eutils distutils-r1
DESCRIPTION="Enables iconic fonts such as Font Awesome in PyQt"