dev-python/blockdiag: Add missing RDEP on webcolors

This commit is contained in:
Michał Górny
2017-04-22 11:46:01 +02:00
parent 436dfbaf65
commit c325e16e27

View File

@@ -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
@@ -18,6 +18,7 @@ IUSE="test"
RDEPEND="
>=dev-python/funcparserlib-0.3.6[${PYTHON_USEDEP}]
>=dev-python/pillow-2.2.1[${PYTHON_USEDEP}]
dev-python/webcolors[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}