summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-11 18:01:59 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-11 18:27:03 +0100
commit36238182ef56e4614ad9c71f59e94c3454e469d7 (patch)
tree9de7805fe2c7bd2281354a88651c9b32e93a2565 /dev-python/django/django-1.4.22.ebuild
parentdev-python/distlib: Depend on threading support in python (diff)
downloadgentoo-36238182ef56e4614ad9c71f59e94c3454e469d7.tar.gz
gentoo-36238182ef56e4614ad9c71f59e94c3454e469d7.tar.bz2
gentoo-36238182ef56e4614ad9c71f59e94c3454e469d7.zip
dev-python/django: 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/django/django-1.4.22.ebuild')
-rw-r--r--dev-python/django/django-1.4.22.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django/django-1.4.22.ebuild b/dev-python/django/django-1.4.22.ebuild
index 21dcb2760d51..51687fb79f5c 100644
--- a/dev-python/django/django-1.4.22.ebuild
+++ b/dev-python/django/django-1.4.22.ebuild
@@ -5,7 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='sqlite?'
+PYTHON_REQ_USE='sqlite?,threads(+)'
inherit bash-completion-r1 distutils-r1 eutils versionator webapp