diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-24 21:13:11 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-24 21:13:26 -0500 |
commit | dc7495cbddf39b6360db60ddcf7ce8414b16235b (patch) | |
tree | df348885bfca02ec9f648a3f6ffa54e3de4a5424 /app-emulation/diskimage-builder | |
parent | app-shells/loksh: bump to 6.5 (diff) | |
download | gentoo-dc7495cbddf39b6360db60ddcf7ce8414b16235b.tar.gz gentoo-dc7495cbddf39b6360db60ddcf7ce8414b16235b.tar.bz2 gentoo-dc7495cbddf39b6360db60ddcf7ce8414b16235b.zip |
app-emulation/diskimage-builder: I've fixed a wrong networkx dep
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-emulation/diskimage-builder')
-rw-r--r-- | app-emulation/diskimage-builder/diskimage-builder-2.21.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.21.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-2.21.0.ebuild index 4c5588077dbd..97042574bdf1 100644 --- a/app-emulation/diskimage-builder/diskimage-builder-2.21.0.ebuild +++ b/app-emulation/diskimage-builder/diskimage-builder-2.21.0.ebuild @@ -23,7 +23,7 @@ RDEPEND="${CDEPEND} >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}] >=dev-python/networkx-1.10[${PYTHON_USEDEP}] - <dev-python/networkx-2.0[${PYTHON_USEDEP}] + <dev-python/networkx-2.3[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}] >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}] <dev-python/flake8-2.6.0[${PYTHON_USEDEP}] |