summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 13:06:14 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 13:12:40 +0100
commite281ee1c995c2e2bd469509800591eff28492993 (patch)
tree4985c3c2b35906d7e564edf587aed25d2756489f /sci-calculators/units/units-2.18.ebuild
parentnet-print/hplip: Remove py2 (diff)
downloadgentoo-e281ee1c995c2e2bd469509800591eff28492993.tar.gz
gentoo-e281ee1c995c2e2bd469509800591eff28492993.tar.bz2
gentoo-e281ee1c995c2e2bd469509800591eff28492993.zip
sci-calculators/units: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-calculators/units/units-2.18.ebuild')
-rw-r--r--sci-calculators/units/units-2.18.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-calculators/units/units-2.18.ebuild b/sci-calculators/units/units-2.18.ebuild
index 04c2763a1ebe..119605f9309f 100644
--- a/sci-calculators/units/units-2.18.ebuild
+++ b/sci-calculators/units/units-2.18.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} )
+PYTHON_COMPAT=( python3_6 )
inherit eutils python-single-r1
DESCRIPTION="Unit conversion program"