commit: 1c5a7d415b4be6b168b5e0232783401d2f5b5945 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Mon Apr 19 14:50:02 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Mon Apr 19 14:50:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c5a7d41
dev-python/trio: add missing dep Closes: https://bugs.gentoo.org/784158 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/trio/trio-0.18.0.ebuild | 1 + dev-python/trio/trio-0.18.0_p20210212.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/trio/trio-0.18.0.ebuild b/dev-python/trio/trio-0.18.0.ebuild index f13f182ea..afde57578 100644 --- a/dev-python/trio/trio-0.18.0.ebuild +++ b/dev-python/trio/trio-0.18.0.ebuild @@ -33,6 +33,7 @@ DEPEND="${RDEPEND} dev-python/ipython[${PYTHON_USEDEP}] >=dev-python/jedi-0.17.0[${PYTHON_USEDEP}] dev-python/pyopenssl[${PYTHON_USEDEP}] + dev-python/pylint[${PYTHON_USEDEP}] dev-python/trustme[${PYTHON_USEDEP}] dev-python/yapf[${PYTHON_USEDEP}] ) diff --git a/dev-python/trio/trio-0.18.0_p20210212.ebuild b/dev-python/trio/trio-0.18.0_p20210212.ebuild index e1b8df5ff..51b71e7bb 100644 --- a/dev-python/trio/trio-0.18.0_p20210212.ebuild +++ b/dev-python/trio/trio-0.18.0_p20210212.ebuild @@ -35,6 +35,7 @@ DEPEND="${RDEPEND} dev-python/ipython[${PYTHON_USEDEP}] >=dev-python/jedi-0.17.0[${PYTHON_USEDEP}] dev-python/pyopenssl[${PYTHON_USEDEP}] + dev-python/pylint[${PYTHON_USEDEP}] dev-python/trustme[${PYTHON_USEDEP}] dev-python/yapf[${PYTHON_USEDEP}] )
