Skip to content

Commit

Permalink
Add aiortc (#684)
Browse files Browse the repository at this point in the history
* Add aiortc

* Add opus-dev and libvpx-dev

* add ffmpeg-dev

* add libsrtp-dev

* Add libssl-dev

* fix libssl package
  • Loading branch information
TECH7Fox authored Mar 7, 2024
1 parent 78f2fff commit 6931093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ jobs:
test: ${{ steps.test.outputs.is_test }}
constraints: "constraints.txt"
requirements: "requirements.txt"
apk: "libffi-dev;rrdtool-dev;geos-dev"
apk: "libffi-dev;rrdtool-dev;geos-dev;opus-dev;libvpx-dev;ffmpeg-dev;libsrtp-dev;libressl-dev"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ rrdtool
Shapely
smbus_cffi
spidev
aiortc

0 comments on commit 6931093

Please sign in to comment.