summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-22 11:46:01 +0200
committerMichał Górny <mgorny@gentoo.org>2017-04-22 12:18:38 +0200
commitc325e16e272a2df978830c61a2c3ce2b0307bab7 (patch)
tree45dd69a3ad0a26d93461cf20a18beebf4969292e /dev-python/blockdiag
parentdev-python/reportlab: Tested on py3.6 (diff)
downloadgentoo-c325e16e272a2df978830c61a2c3ce2b0307bab7.tar.gz
gentoo-c325e16e272a2df978830c61a2c3ce2b0307bab7.tar.bz2
gentoo-c325e16e272a2df978830c61a2c3ce2b0307bab7.zip
dev-python/blockdiag: Add missing RDEP on webcolors
Diffstat (limited to 'dev-python/blockdiag')
-rw-r--r--dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild (renamed from dev-python/blockdiag/blockdiag-1.5.3.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/blockdiag/blockdiag-1.5.3.ebuild b/dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild
index 4f645e7fc3bb..6ceb541f3557 100644
--- a/dev-python/blockdiag/blockdiag-1.5.3.ebuild
+++ b/dev-python/blockdiag/blockdiag-1.5.3-r1.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
@@ -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}