mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 23:01:02 +02:00
nrf_sniffer_ble: drop python 3.8
This commit is contained in:
parent
12744d10bd
commit
d6c16e211c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 2022 Gentoo Authors
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
|
||||
inherit python-any-r1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue