Skip to content

Commit 4b39fe3

Browse files
committed
.github: remove now-unnecessary Python future dependency
Neither we nor our dependencies need it anymore.
1 parent 104af03 commit 4b39fe3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cygwin_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
161161
- uses: cygwin/cygwin-install-action@v6
162162
with:
163-
packages: cygwin64 gcc-g++=10.2.0-1 ccache python39 python39-future python39-lxml python39-pip python39-setuptools python39-wheel git procps gettext
163+
packages: cygwin64 gcc-g++=10.2.0-1 ccache python39 python39-lxml python39-pip python39-setuptools python39-wheel git procps gettext
164164
add-to-path: false
165165
# Put ccache into github cache for faster build
166166
- name: setup ccache

.github/workflows/esp32_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
shell: bash
176176
run: |
177177
sudo apt-get update
178-
sudo apt-get install git wget libncurses-dev flex bison gperf python3 python3-pip python3-venv python3-setuptools python3-serial python3-gevent python3-cryptography python3-future python3-pyparsing python3-pyelftools cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 cmake
178+
sudo apt-get install git wget libncurses-dev flex bison gperf python3 python3-pip python3-venv python3-setuptools python3-serial python3-gevent python3-cryptography python3-pyparsing python3-pyelftools cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 cmake
179179
python3 --version
180180
python3 -m pip install gevent
181181
@@ -199,7 +199,7 @@ jobs:
199199
./install.sh esp32,esp32s3
200200
source ./export.sh
201201
cd ../..
202-
python3 -m pip install --progress-bar off future lxml pymavlink MAVProxy pexpect flake8 geocoder empy==3.3.4 dronecan "pydantic<2.12"
202+
python3 -m pip install --progress-bar off lxml pymavlink MAVProxy pexpect flake8 geocoder empy==3.3.4 dronecan "pydantic<2.12"
203203
which cmake
204204
./waf configure --board ${{matrix.config}}
205205
echo './waf configure --board ${{matrix.config}}' >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)