Skip to content

Commit

Permalink
fixed how we install rpi-hardware-pwm
Browse files Browse the repository at this point in the history
  • Loading branch information
aluminum-ice committed Dec 13, 2023
1 parent 1db620d commit 4910e2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions builder/pwnagotchi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
- binutils
- lnav
- p7zip-full
- rpi-hardware-pwm

environment:
ARCHFLAGS: "-arch armv7l"
Expand Down Expand Up @@ -279,10 +278,11 @@
# pip v20.3 uses a newer dependency resolver that better handles our unique situation.
# Specifically, it handles mismatches between direct requirements without extras and
# indirect requirements that do want extras (e.g. gym vs stable-baselines->gym[atari]).
- name: Upgrade pip
- name: Upgrade pip and install rpi-hardware-pwm
pip:
name: "pip"
version: ">=20.3"
name:
- pip>=20.3
- rpi-hardware-pwm

# We need the --ignore-installed option so that pip simply overwrites/upgrades existing
# packages instead of trying to uninstall them first. While this sounds dangerous,
Expand Down

0 comments on commit 4910e2a

Please sign in to comment.