Skip to content

Commit 1d14a1a

Browse files
committed
Remove python3-future from deps
1 parent 204a7ea commit 1d14a1a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# queries: ./path/to/local/query, your-org/your-repo/queries@main
4949

5050
- run: |
51-
sudo apt update && sudo apt -y install python3-twisted libpcap-dev libevent-dev libsodium-dev python3-pyroute2 python3-future python3-msgpack python3-setuptools
51+
sudo apt update && sudo apt -y install python3-twisted libpcap-dev libevent-dev libsodium-dev python3-pyroute2 python3-msgpack python3-setuptools
5252
make all_bin
5353
5454
- name: Perform CodeQL Analysis

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ make rpm
193193

194194
For binary distribution Debian or Ubuntu
195195
```
196-
sudo apt install python3-all libpcap-dev libsodium-dev python3-pip python3-pyroute2 \
197-
python3-future python3-twisted python3-serial python3-all-dev iw virtualenv \
196+
sudo apt install python3-all libpcap-dev libsodium-dev libevent-dev python3-pip python3-pyroute2 \
197+
python3-twisted python3-serial python3-all-dev iw socat virtualenv \
198198
debhelper dh-python build-essential -y
199199
sudo make deb
200200
```

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && \
1010
virtualenv fakeroot debhelper \
1111
libpcap-dev libsodium-dev libevent-dev \
1212
python3-twisted python3-pyroute2 \
13-
python3-future python3-all python3-all-dev \
13+
python3-all python3-all-dev \
1414
python3-serial dh-python python3-setuptools python3-msgpack \
1515
libgstrtspserver-1.0-dev
1616

scripts/install_gs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ then
6161
# Install required packages for wfb-ng source build
6262

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

6767
tmpdir="$(mktemp -d)"

stdeb.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[DEFAULT]
2-
Depends3: python3-twisted, python3-pyroute2, python3-future, python3-serial, python3-msgpack, python3-jinja2, python3-yaml, socat, iw
2+
Depends3: python3-twisted, python3-pyroute2, python3-serial, python3-msgpack, python3-jinja2, python3-yaml, socat, iw
33
Package3: wfb-ng
44
Replaces3: wifibroadcast
55
Maintainer: Vasily Evseenko <svpcom@p2ptech.org>

0 commit comments

Comments
 (0)