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 a8949ab327c4c..a4e64b9970c6a 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 )