commit: f4088432ae525513706c3db64d02e85b0e1b8c17 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Thu Apr 8 17:51:03 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Thu Apr 8 17:51:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f4088432
dev-python/stdio-mgr: add missing dep on attrs Closes: https://bugs.gentoo.org/780993 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild index 7218e21bc..11b3b9167 100644 --- a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild +++ b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild @@ -18,6 +18,8 @@ LICENSE="MIT" KEYWORDS="~amd64 ~x86 " SLOT="0" +RDEPEND="dev-python/attrs[${PYTHON_USEDEP}]" + distutils_enable_tests pytest # doc directory is not included in the release tarball for some reason #distutils_enable_sphinx doc \