mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
rfcat: fix for python 3.12
This commit is contained in:
parent
4d0fdc15bc
commit
43df816665
2 changed files with 2 additions and 4 deletions
|
|
@ -22,14 +22,12 @@ LICENSE="BSD"
|
|||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
IUSE="gui"
|
||||
|
||||
DEPEND=">=dev-python/pyusb-1.0.0[${PYTHON_USEDEP}]
|
||||
virtual/libusb:1
|
||||
dev-python/future[${PYTHON_USEDEP}]
|
||||
dev-python/ipython[${PYTHON_USEDEP}]
|
||||
dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
gui? ( >=dev-python/pyside2-5.12.0[${PYTHON_USEDEP}] )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
ACCEPT_LICENSE="${ACCEPT_LICENSE} NVIDIA-CUDA android google-chrome Google-TOS baudline Intel-SDP Nero-AAC-EULA ms-teams-pre PUEL PUEL-11"
|
||||
|
||||
USE="gentoo-dev pentoo-extra zsh-completion -semantic-desktop"
|
||||
#USE="${USE} python_targets_python3_12"
|
||||
USE="${USE} python_targets_python3_12"
|
||||
USE="${USE} pipewire"
|
||||
|
||||
PORTAGE_GPG_DIR="/home/zero/.gnupg/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue