summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-22 16:19:09 +0200
committerMichał Górny <mgorny@gentoo.org>2017-04-22 18:40:53 +0200
commit1d5729476094e25c25c73869e004bfc8c92b4094 (patch)
tree4b6fd2a9bff7f9ab390eccb69aa6c0648520d214
parentdev-python/chameleon: Tested on py3.5 & py3.6 (diff)
downloadgentoo-1d5729476094e25c25c73869e004bfc8c92b4094.tar.gz
gentoo-1d5729476094e25c25c73869e004bfc8c92b4094.tar.bz2
gentoo-1d5729476094e25c25c73869e004bfc8c92b4094.zip
dev-python/click-log: Add missing PYTHON_USEDEP
-rw-r--r--dev-python/click-log/click-log-0.1.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/click-log/click-log-0.1.8.ebuild b/dev-python/click-log/click-log-0.1.8.ebuild
index 8393885b7c54..d6def6f7b140 100644
--- a/dev-python/click-log/click-log-0.1.8.ebuild
+++ b/dev-python/click-log/click-log-0.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 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"
+DEPEND="dev-python/click[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
DOCS=( README.rst )