Skip to content

Commit e3261fe

Browse files
remove cffi, not needed anymore
1 parent 287429e commit e3261fe

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
@@ -453,8 +453,7 @@ jobs:
453453
pkgman install -y openssl3
454454
pkgman install -y rust_bin
455455
pkgman install -y python3.11
456-
pkgman install -y cffi
457-
pkgman install -y lz4_devel openssl3_devel libffi_devel
456+
pkgman install -y lz4_devel openssl3_devel
458457
459458
# there is no pkgman package for tox, so we install it into a venv
460459
python3 -m ensurepip --upgrade
@@ -539,7 +538,7 @@ jobs:
539538

540539
- name: Build python venv
541540
run: |
542-
# building cffi / argon2-cffi in the venv fails, so we try to use the system packages
541+
# building native extensions in the venv fails, so we try to use the system packages
543542
python -m venv --system-site-packages env
544543
. env/bin/activate
545544
# 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,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,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)