dev-python/click-threading: Add missing PYTHON_USEDEP

This commit is contained in:
Michał Górny
2017-04-22 16:34:44 +02:00
parent 6f1b584a38
commit b116e512f8

View File

@@ -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 )