Skip to content

Commit

Permalink
Remove python3-future from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
svpcom committed Feb 12, 2025
1 parent 204a7ea commit 1d14a1a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- run: |
sudo apt update && sudo apt -y install python3-twisted libpcap-dev libevent-dev libsodium-dev python3-pyroute2 python3-future python3-msgpack python3-setuptools
sudo apt update && sudo apt -y install python3-twisted libpcap-dev libevent-dev libsodium-dev python3-pyroute2 python3-msgpack python3-setuptools
make all_bin
- name: Perform CodeQL Analysis
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ make rpm

For binary distribution Debian or Ubuntu
```
sudo apt install python3-all libpcap-dev libsodium-dev python3-pip python3-pyroute2 \
python3-future python3-twisted python3-serial python3-all-dev iw virtualenv \
sudo apt install python3-all libpcap-dev libsodium-dev libevent-dev python3-pip python3-pyroute2 \
python3-twisted python3-serial python3-all-dev iw socat virtualenv \
debhelper dh-python build-essential -y
sudo make deb
```
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
virtualenv fakeroot debhelper \
libpcap-dev libsodium-dev libevent-dev \
python3-twisted python3-pyroute2 \
python3-future python3-all python3-all-dev \
python3-all python3-all-dev \
python3-serial dh-python python3-setuptools python3-msgpack \
libgstrtspserver-1.0-dev

Expand Down
2 changes: 1 addition & 1 deletion scripts/install_gs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ then
# Install required packages for wfb-ng source build

apt -y install python3-all python3-all-dev libpcap-dev libsodium-dev libevent-dev python3-pip python3-pyroute2 python3-msgpack \
python3-future python3-twisted python3-serial python3-jinja2 iw virtualenv debhelper dh-python fakeroot build-essential \
python3-twisted python3-serial python3-jinja2 iw virtualenv debhelper dh-python fakeroot build-essential \
libgstrtspserver-1.0-dev socat git

tmpdir="$(mktemp -d)"
Expand Down
2 changes: 1 addition & 1 deletion stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[DEFAULT]
Depends3: python3-twisted, python3-pyroute2, python3-future, python3-serial, python3-msgpack, python3-jinja2, python3-yaml, socat, iw
Depends3: python3-twisted, python3-pyroute2, python3-serial, python3-msgpack, python3-jinja2, python3-yaml, socat, iw
Package3: wfb-ng
Replaces3: wifibroadcast
Maintainer: Vasily Evseenko <[email protected]>

0 comments on commit 1d14a1a

Please sign in to comment.