summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-11 18:04:04 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-11 18:27:03 +0100
commit66478494f6bfb0e3d1271836a5f4cbe4b1032f0f (patch)
treec7fc6d5cb5bd467a64cc09d95ac57bbf6161a59d /dev-python/git-python/git-python-1.0.1.ebuild
parentdev-python/gevent: Depend on threading support in python (diff)
downloadgentoo-66478494f6bfb0e3d1271836a5f4cbe4b1032f0f.tar.gz
gentoo-66478494f6bfb0e3d1271836a5f4cbe4b1032f0f.tar.bz2
gentoo-66478494f6bfb0e3d1271836a5f4cbe4b1032f0f.zip
dev-python/git-python: Depend on threading support in python
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/git-python/git-python-1.0.1.ebuild')
-rw-r--r--dev-python/git-python/git-python-1.0.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/git-python/git-python-1.0.1.ebuild b/dev-python/git-python/git-python-1.0.1.ebuild
index 5caddc7fc69e..912f3c655f45 100644
--- a/dev-python/git-python/git-python-1.0.1.ebuild
+++ b/dev-python/git-python/git-python-1.0.1.ebuild
@@ -5,6 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE="threads(+)"
inherit distutils-r1