rfcat: fix for python 3.12

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-05-10 10:15:07 -04:00
parent 4d0fdc15bc
commit 43df816665
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 2 additions and 4 deletions

View file

@ -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}"

View file

@ -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/"