commit: 92140c1aef418520e509fd19e39b23b450b6a09a Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Sun Sep 24 10:28:14 2017 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Sun Sep 24 10:28:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92140c1a
dev-python/spyder: add a missing dependency Bug: https://bugs.gentoo.org/613396 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/spyder/spyder-3.2.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/spyder/spyder-3.2.3.ebuild b/dev-python/spyder/spyder-3.2.3.ebuild index c7290c8ba7a..485bde91fcf 100644 --- a/dev-python/spyder/spyder-3.2.3.ebuild +++ b/dev-python/spyder/spyder-3.2.3.ebuild @@ -33,6 +33,7 @@ RDEPEND=" dev-python/pickleshare[${PYTHON_USEDEP}] dev-python/pyzmq[${PYTHON_USEDEP}] dev-python/chardet[${PYTHON_USEDEP}] + >=dev-python/pycodestyle-2.3.0 hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} app-arch/unzip"