diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:26:55 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:27:03 +0100 |
commit | 02a4eb49f4812a92ff4a55d4cff4a8f38fb143c1 (patch) | |
tree | 50e1fe524b6b280147e3a0e97aa200d5c629d2f7 /dev-python/pylint | |
parent | dev-python/pyzmq: Depend on threading support in python (diff) | |
download | gentoo-02a4eb49f4812a92ff4a55d4cff4a8f38fb143c1.tar.gz gentoo-02a4eb49f4812a92ff4a55d4cff4a8f38fb143c1.tar.bz2 gentoo-02a4eb49f4812a92ff4a55d4cff4a8f38fb143c1.zip |
dev-python/pylint: 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/pylint')
-rw-r--r-- | dev-python/pylint/pylint-1.4.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pylint/pylint-1.4.4.ebuild b/dev-python/pylint/pylint-1.4.4.ebuild index a83be5ca0d2b..b5502c3a21e8 100644 --- a/dev-python/pylint/pylint-1.4.4.ebuild +++ b/dev-python/pylint/pylint-1.4.4.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |