diff options
| author | 2022-09-28 15:13:01 +0200 | |
|---|---|---|
| committer | 2022-09-28 15:13:01 +0200 | |
| commit | 72e25d11c126a11d6856bf941fd2c2fba00894af (patch) | |
| tree | 2a3acae80ab0cff0e1e3d75474f540ad919510d9 | |
| parent | app-admin/exo: remove old (diff) | |
| download | gentoo-72e25d11c126a11d6856bf941fd2c2fba00894af.tar.gz gentoo-72e25d11c126a11d6856bf941fd2c2fba00894af.tar.bz2 gentoo-72e25d11c126a11d6856bf941fd2c2fba00894af.zip | |
dev-python/trio: add missing test dep
Closes: https://bugs.gentoo.org/873283
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
| -rw-r--r-- | dev-python/trio/trio-0.22.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/trio/trio-0.22.0.ebuild b/dev-python/trio/trio-0.22.0.ebuild index 0762903a78dd..f4ead3cc9f45 100644 --- a/dev-python/trio/trio-0.22.0.ebuild +++ b/dev-python/trio/trio-0.22.0.ebuild @@ -31,11 +31,11 @@ RDEPEND=" dev-python/sniffio[${PYTHON_USEDEP}] dev-python/sortedcontainers[${PYTHON_USEDEP}] " -# NB: we're ignoring tests that require pyopenssl BDEPEND=" test? ( >=dev-python/astor-0.8.0[${PYTHON_USEDEP}] >=dev-python/immutables-0.6[${PYTHON_USEDEP}] + dev-python/pyopenssl[${PYTHON_USEDEP}] dev-python/trustme[${PYTHON_USEDEP}] ) " |
