From 31a44b00160be5c67b8c4440e07c14b187ecd807 Mon Sep 17 00:00:00 2001 From: Jan Stiborek Date: Wed, 25 Sep 2024 22:27:01 +0200 Subject: [PATCH] pyproject.toml patched - added missing build cmake dependency --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7a94efc..80b2506 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -76,6 +76,7 @@ jobs: sed -i'' -e "s/version=read_version_from_cmakelists('dlib\/CMakeLists.txt')/version='$DLIB_BIN_VERSION'/" setup.py sed -i'' -e "s/url='https:\/\/github\.com\/davisking\/dlib'/url='https:\/\/github\.com\/alesanfra\/dlib-wheels'/" setup.py sed -i'' -e "s/_cmake_extra_options = \[\]/_cmake_extra_options = \['-DDLIB_NO_GUI_SUPPORT=ON'\]/" setup.py + sed -i'' -e "s/requires = \[\"setuptools\", \"wheel\"\]/requires = \[\"setuptools\", \"wheel\", \"cmake==3.24.0\"\]/" pyproject.toml working-directory: ${{ env.WORKING_DIRECTORY }} - name: Set up QEMU