Skip to content

Commit 4aa9b38

Browse files
remove cffi, not needed anymore
1 parent 15ebbfd commit 4aa9b38

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
@@ -447,8 +447,7 @@ jobs:
447447
pkgman install -y openssl3
448448
pkgman install -y rust_bin
449449
pkgman install -y python3.11
450-
pkgman install -y cffi
451-
pkgman install -y lz4_devel openssl3_devel libffi_devel
450+
pkgman install -y lz4_devel openssl3_devel
452451
453452
# there is no pkgman package for tox, so we install it into a venv
454453
python3 -m ensurepip --upgrade
@@ -533,7 +532,7 @@ jobs:
533532

534533
- name: Build python venv
535534
run: |
536-
# building cffi / argon2-cffi in the venv fails, so we try to use the system packages
535+
# building native extensions in the venv fails, so we try to use the system packages
537536
python -m venv --system-site-packages env
538537
. env/bin/activate
539538
# 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,rust,python-maturin}
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,rust,python-maturin}
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)