Skip to content

Commit 91462bb

Browse files
remove cffi, not needed anymore
1 parent dd5f08b commit 91462bb

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,7 @@ jobs:
445445
pkgman install -y openssl3
446446
pkgman install -y rust_bin
447447
pkgman install -y python3.10
448-
pkgman install -y cffi
449-
pkgman install -y lz4_devel openssl3_devel libffi_devel
448+
pkgman install -y lz4_devel openssl3_devel
450449
451450
# there is no pkgman package for tox, so we install it into a venv
452451
python3 -m ensurepip --upgrade
@@ -531,7 +530,7 @@ jobs:
531530

532531
- name: Build python venv
533532
run: |
534-
# building cffi / argon2-cffi in the venv fails, so we try to use the system packages
533+
# building native extensions in the venv fails, so we try to use the system packages
535534
python -m venv --system-site-packages env
536535
. env/bin/activate
537536
# python -m pip install --upgrade pip

scripts/msys2-install-deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
pacman -S --needed --noconfirm git mingw-w64-ucrt-x86_64-{toolchain,pkgconf,lz4,xxhash,openssl,rclone,python-msgpack,python-argon2_cffi,python-platformdirs,python,cython,python-setuptools,python-wheel,python-build,python-pkgconfig,python-packaging,python-pip,python-paramiko}
3+
pacman -S --needed --noconfirm git mingw-w64-ucrt-x86_64-{toolchain,pkgconf,lz4,xxhash,openssl,rclone,python-msgpack,python-platformdirs,python,cython,python-setuptools,python-wheel,python-build,python-pkgconfig,python-packaging,python-pip,python-paramiko}
44

55
if [ "$1" = "development" ]; then
66
pacman -S --needed --noconfirm mingw-w64-ucrt-x86_64-python-{pytest,pytest-benchmark,pytest-cov,pytest-xdist}

0 commit comments

Comments
 (0)