summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-22 16:34:44 +0200
committerMichał Górny <mgorny@gentoo.org>2017-04-22 18:40:57 +0200
commitb116e512f81e90913cce41df6678aaac7476b399 (patch)
tree49d26192503083a2de1489499dee3a0e7920a7d0 /dev-python/click-threading
parentdev-python/click-log: Tested on py3.5 & py3.6 (diff)
downloadgentoo-b116e512f81e90913cce41df6678aaac7476b399.tar.gz
gentoo-b116e512f81e90913cce41df6678aaac7476b399.tar.bz2
gentoo-b116e512f81e90913cce41df6678aaac7476b399.zip
dev-python/click-threading: Add missing PYTHON_USEDEP
Diffstat (limited to 'dev-python/click-threading')
-rw-r--r--dev-python/click-threading/click-threading-0.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/click-threading/click-threading-0.3.0.ebuild b/dev-python/click-threading/click-threading-0.3.0.ebuild
index a8949ab327c4..a4e64b9970c6 100644
--- a/dev-python/click-threading/click-threading-0.3.0.ebuild
+++ b/dev-python/click-threading/click-threading-0.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=dev-python/click-5.0"
+DEPEND=">=dev-python/click-5.0[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
DOCS=( README.rst )