Skip to content

Commit

Permalink
rfcat: fix for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed May 10, 2024
1 parent 4d0fdc1 commit 43df816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down
2 changes: 1 addition & 1 deletion profiles/pentoo/zero-system/make.defaults
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down

0 comments on commit 43df816

Please sign in to comment.