diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2018-06-03 05:45:03 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2018-06-27 08:24:11 -0700 |
commit | d75815b9e51cd8c1dbff3e3ac648c4e6e41f5ef4 (patch) | |
tree | 18367696f0415b71931077f7b530b05f623844ba /dev-python/blockdiag | |
parent | dev-python/netmiko: Version bump to 2.1.1 (diff) | |
download | gentoo-d75815b9e51cd8c1dbff3e3ac648c4e6e41f5ef4.tar.gz gentoo-d75815b9e51cd8c1dbff3e3ac648c4e6e41f5ef4.tar.bz2 gentoo-d75815b9e51cd8c1dbff3e3ac648c4e6e41f5ef4.zip |
dev-python/blockdiag: Add undocumented configparser dep for python-2.7
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/blockdiag')
-rw-r--r-- | dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild b/dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild index 073726ef8e14..ddc5528b8479 100644 --- a/dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild +++ b/dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,6 +19,7 @@ RDEPEND=" >=dev-python/funcparserlib-0.3.6[${PYTHON_USEDEP}] >=dev-python/pillow-2.2.1[${PYTHON_USEDEP}] dev-python/webcolors[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' 'python2_7') " DEPEND=" ${RDEPEND} |