aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-11 18:07:44 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-11 18:07:44 +0100
commitb7d1b137de6d225a64e5bf69ee14af4547077d0f (patch)
tree202cb3ac00423b800986a91cbe161452f25c3f06
parentdev-python/ipyparallel: Depend on threading support in python (diff)
downloadsci-b7d1b137de6d225a64e5bf69ee14af4547077d0f.tar.gz
sci-b7d1b137de6d225a64e5bf69ee14af4547077d0f.tar.bz2
sci-b7d1b137de6d225a64e5bf69ee14af4547077d0f.zip
dev-python/ipython: Depend on threading support in python
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--dev-python/ipython/ipython-4.0.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ipython/ipython-4.0.0-r2.ebuild b/dev-python/ipython/ipython-4.0.0-r2.ebuild
index af4bfba4d..6fa409b5d 100644
--- a/dev-python/ipython/ipython-4.0.0-r2.ebuild
+++ b/dev-python/ipython/ipython-4.0.0-r2.ebuild
@@ -5,7 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-PYTHON_REQ_USE='readline,sqlite'
+PYTHON_REQ_USE='readline,sqlite,threads(+)'
inherit distutils-r1 eutils virtualx