diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:04:04 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:27:03 +0100 |
commit | 66478494f6bfb0e3d1271836a5f4cbe4b1032f0f (patch) | |
tree | c7fc6d5cb5bd467a64cc09d95ac57bbf6161a59d /dev-python/git-python/git-python-0.3.6.ebuild | |
parent | f50e37bb4c7df56280c6d7c12ebae66480ed98e0 (diff) | |
download | gentoo-66478494f6bfb0e3d1271836a5f4cbe4b1032f0f.tar.gz gentoo-66478494f6bfb0e3d1271836a5f4cbe4b1032f0f.tar.xz |
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-0.3.6.ebuild')
-rw-r--r-- | dev-python/git-python/git-python-0.3.6.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/git-python/git-python-0.3.6.ebuild b/dev-python/git-python/git-python-0.3.6.ebuild index 2bab43ef50f..2b82a61b63a 100644 --- a/dev-python/git-python/git-python-0.3.6.ebuild +++ b/dev-python/git-python/git-python-0.3.6.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |