summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-11 18:17:37 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-11 18:27:03 +0100
commit05bee7983f08b8baae2f0972080337f39b39b2bc (patch)
tree9ed1fcd84325086ec2598c82ce18902ff171c9ce /dev-python/pyinotify/pyinotify-0.9.5.ebuild
parentdev-python/pexpect: Depend on threading support in python (diff)
downloadgentoo-05bee7983f08b8baae2f0972080337f39b39b2bc.tar.gz
gentoo-05bee7983f08b8baae2f0972080337f39b39b2bc.tar.bz2
gentoo-05bee7983f08b8baae2f0972080337f39b39b2bc.zip
dev-python/pyinotify: 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/pyinotify/pyinotify-0.9.5.ebuild')
-rw-r--r--dev-python/pyinotify/pyinotify-0.9.5.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pyinotify/pyinotify-0.9.5.ebuild b/dev-python/pyinotify/pyinotify-0.9.5.ebuild
index 837f34a34ed2..7bf821c0b2fc 100644
--- a/dev-python/pyinotify/pyinotify-0.9.5.ebuild
+++ b/dev-python/pyinotify/pyinotify-0.9.5.ebuild
@@ -4,6 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
+PYTHON_REQ_USE="threads(+)"
inherit distutils-r1