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@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2021-04-08 19:51:03 +02:00
parent 2249c6b538
commit f4088432ae

View File

@@ -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 \