aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <h.chr@mail.ru>2016-02-05 17:25:20 +0100
committerHorea Christian <h.chr@mail.ru>2016-02-05 17:25:20 +0100
commit86165950f7430b2591a9c282fe958b1a60778e99 (patch)
tree9ea29cbb63354e28769152c2eedc4898d30a3710
parentdev-python/pydotplus: added die call (diff)
downloadsci-86165950f7430b2591a9c282fe958b1a60778e99.tar.gz
sci-86165950f7430b2591a9c282fe958b1a60778e99.tar.bz2
sci-86165950f7430b2591a9c282fe958b1a60778e99.zip
dev-python/pydotplus: culd not test on python 3.*
Package-Manager: portage-2.2.27
-rw-r--r--dev-python/pydotplus/pydotplus-2.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pydotplus/pydotplus-2.0.2.ebuild b/dev-python/pydotplus/pydotplus-2.0.2.ebuild
index de5270beb..6dd41596f 100644
--- a/dev-python/pydotplus/pydotplus-2.0.2.ebuild
+++ b/dev-python/pydotplus/pydotplus-2.0.2.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1