diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2023-05-16 06:38:05 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2023-05-16 06:38:05 +0200 |
commit | c6c221a1858e5084cbfdb836377a12b8b055e78a (patch) | |
tree | 6813068f8127c4e6bc4654b906b63f2af136315a /net-wireless | |
parent | app-admin/awscli: Bump to 1.27.134 (diff) | |
download | gentoo-c6c221a1858e5084cbfdb836377a12b8b055e78a.tar.gz gentoo-c6c221a1858e5084cbfdb836377a12b8b055e78a.tar.bz2 gentoo-c6c221a1858e5084cbfdb836377a12b8b055e78a.zip |
net-wireless/gr-scopy: Add support for Python 3.11
Closes: https://bugs.gentoo.org/897178
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gr-scopy/gr-scopy-0.0_p20220602.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/gr-scopy/gr-scopy-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/gr-scopy/gr-scopy-0.0_p20220602.ebuild b/net-wireless/gr-scopy/gr-scopy-0.0_p20220602.ebuild index 3f5ce128073b..dec6d1a6b6ca 100644 --- a/net-wireless/gr-scopy/gr-scopy-0.0_p20220602.ebuild +++ b/net-wireless/gr-scopy/gr-scopy-0.0_p20220602.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake python-single-r1 diff --git a/net-wireless/gr-scopy/gr-scopy-9999.ebuild b/net-wireless/gr-scopy/gr-scopy-9999.ebuild index 3f5ce128073b..dec6d1a6b6ca 100644 --- a/net-wireless/gr-scopy/gr-scopy-9999.ebuild +++ b/net-wireless/gr-scopy/gr-scopy-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake python-single-r1 |