summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-17 21:21:09 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-17 22:51:10 +0200
commit013d30247400ad85bd7ed4db521db72300ab9687 (patch)
treef60278586f06aed79895e8c823ad64e23d2b2150 /dev-python
parentdev-python/timelib: Enable tests (diff)
downloadgentoo-013d30247400ad85bd7ed4db521db72300ab9687.tar.gz
gentoo-013d30247400ad85bd7ed4db521db72300ab9687.tar.bz2
gentoo-013d30247400ad85bd7ed4db521db72300ab9687.zip
dev-python/timelib: Disable python3*
This package clearly does not support Python 3. Using the documented APIs (and running the tests) causes wrong type exceptions. They could be worked around via passing bytes around but that's not the documented API. The only reverse dependency is app-admin/salt which is 2.7-only.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/timelib/timelib-0.2.4-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/timelib/timelib-0.2.4-r1.ebuild b/dev-python/timelib/timelib-0.2.4-r1.ebuild
index e5051a962611..00549a75f07b 100644
--- a/dev-python/timelib/timelib-0.2.4-r1.ebuild
+++ b/dev-python/timelib/timelib-0.2.4-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1