diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:19:42 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:27:03 +0100 |
commit | c440e17b447194ebfa45dfef2db4341c5fb304ed (patch) | |
tree | 788630c79f3abd120ba84b17880e4a6e2f4aa498 /dev-python/rdflib/rdflib-3.2.3-r1.ebuild | |
parent | dev-python/pytz: Depend on threading support in python (diff) | |
download | gentoo-c440e17b447194ebfa45dfef2db4341c5fb304ed.tar.gz gentoo-c440e17b447194ebfa45dfef2db4341c5fb304ed.tar.bz2 gentoo-c440e17b447194ebfa45dfef2db4341c5fb304ed.zip |
dev-python/rdflib: 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/rdflib/rdflib-3.2.3-r1.ebuild')
-rw-r--r-- | dev-python/rdflib/rdflib-3.2.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rdflib/rdflib-3.2.3-r1.ebuild b/dev-python/rdflib/rdflib-3.2.3-r1.ebuild index 1a4e73004f53..598501469d12 100644 --- a/dev-python/rdflib/rdflib-3.2.3-r1.ebuild +++ b/dev-python/rdflib/rdflib-3.2.3-r1.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3} ) -PYTHON_REQ_USE="sqlite?" +PYTHON_REQ_USE="sqlite?,threads(+)" inherit distutils-r1 |