diff options
author | 2021-09-12 10:15:12 +0200 | |
---|---|---|
committer | 2021-09-12 10:16:42 +0200 | |
commit | 503dfc4ad6cf03c31cfaef30e9b97af551e42cce (patch) | |
tree | 2a627f9e66b05f4d5212a17a2415c0f9521b9e0d /dev-python/debugpy | |
parent | dev-python/pyzmq: Stabilize 22.1.0 ppc, #808339 (diff) | |
download | gentoo-503dfc4ad6cf03c31cfaef30e9b97af551e42cce.tar.gz gentoo-503dfc4ad6cf03c31cfaef30e9b97af551e42cce.tar.bz2 gentoo-503dfc4ad6cf03c31cfaef30e9b97af551e42cce.zip |
dev-python/debugpy: disable py3.10
pydevd (bundled by this version of debugpy) does
not work with python3.10 yet (next release will though)
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/debugpy')
-rw-r--r-- | dev-python/debugpy/debugpy-1.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/debugpy/debugpy-1.4.1.ebuild b/dev-python/debugpy/debugpy-1.4.1.ebuild index 096d5d66653c..9e2e9b284cd9 100644 --- a/dev-python/debugpy/debugpy-1.4.1.ebuild +++ b/dev-python/debugpy/debugpy-1.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 |