Skip to content

Commit

Permalink
Use pyusb from ubuntu package instead
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Sep 7, 2023
1 parent 1312de1 commit 1aab704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,13 @@ parts:
- Jinja2==3.1.2
- MarkupSafe==2.1.3
- packaging==23.1
- pyusb==1.2.1
- Werkzeug==2.3.7
build-packages:
- build-essential
- libusb-1.0-0-dev
stage-packages:
- libusb-1.0-0
- python3-usb
override-build: |
craftctl default
set -eux
Expand Down

0 comments on commit 1aab704

Please sign in to comment.