Skip to content

Commit 2a09a00

Browse files
remove cffi, not needed anymore
1 parent 29c5883 commit 2a09a00

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
@@ -450,8 +450,7 @@ jobs:
450450
pkgman install -y openssl3
451451
pkgman install -y rust_bin
452452
pkgman install -y python3.10
453-
pkgman install -y cffi
454-
pkgman install -y lz4_devel openssl3_devel libffi_devel
453+
pkgman install -y lz4_devel openssl3_devel
455454
456455
# there is no pkgman package for tox, so we install it into a venv
457456
python3 -m ensurepip --upgrade
@@ -536,7 +535,7 @@ jobs:
536535

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