This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/main by this push:
     new 6e0bffa0 NO-JIRA: Install cffi as build dependency of latest Qpid 
Proton Python (#1660)
6e0bffa0 is described below

commit 6e0bffa0d804312b4c2d2f5cb084239417edcfe4
Author: Jiri Daněk <jda...@redhat.com>
AuthorDate: Tue Nov 14 15:53:40 2023 +0100

    NO-JIRA: Install cffi as build dependency of latest Qpid Proton Python 
(#1660)
---
 .github/workflows/build.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 529e003e..7178b3dd 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -104,7 +104,7 @@ jobs:
           architecture: x64
 
       - name: Install Python build dependencies
-        run: python -m pip install setuptools wheel tox
+        run: python -m pip install setuptools wheel tox cffi
 
       - name: Install Linux build dependencies
         if: ${{ runner.os == 'Linux' }}
@@ -375,7 +375,7 @@ jobs:
         run: dnf install -y python39-devel python39-pip
 
       - name: Install Python build dependencies
-        run: python3 -m pip install setuptools wheel tox
+        run: python3 -m pip install setuptools wheel tox cffi
 
       # 
https://cristianadam.eu/20200113/speeding-up-c-plus-plus-github-actions-using-ccache/
       - name: Prepare ccache timestamp


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to