diff options
| author | Sam James <sam@gentoo.org> | 2023-12-08 17:12:11 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-12-08 17:12:11 +0000 |
| commit | 538d39769811e7826f2471f0a529a823853a15d2 (patch) | |
| tree | 5114196ca6edf7fc6dbac24fa8cac2d52dfac8de /dev-python/bpython/bpython-0.24.ebuild | |
| parent | dc91c215c23b752f4482678a57fa04d480589b27 (diff) | |
| download | gentoo-538d39769811e7826f2471f0a529a823853a15d2.tar.gz gentoo-538d39769811e7826f2471f0a529a823853a15d2.tar.bz2 gentoo-538d39769811e7826f2471f0a529a823853a15d2.zip | |
dev-python/bpython: add greenlet note
...given we're likely to keep checking if the dep is still there, as very
few things need it still.
Bug: https://github.com/bpython/bpython/issues/641
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/bpython/bpython-0.24.ebuild')
| -rw-r--r-- | dev-python/bpython/bpython-0.24.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/bpython/bpython-0.24.ebuild b/dev-python/bpython/bpython-0.24.ebuild index 6a0618d8646b..87a04c062d51 100644 --- a/dev-python/bpython/bpython-0.24.ebuild +++ b/dev-python/bpython/bpython-0.24.ebuild @@ -20,6 +20,7 @@ SLOT="0" IUSE="clipboard +jedi watch" KEYWORDS="amd64 arm64 ~riscv x86" +# see https://github.com/bpython/bpython/issues/641 wrt greenlet RDEPEND=" >=dev-python/curtsies-0.4.0[${PYTHON_USEDEP}] dev-python/cwcwidth[${PYTHON_USEDEP}] |
