From 46b450fad39218f7a311b38c1379a50841098006 Mon Sep 17 00:00:00 2001 From: asahtik Date: Tue, 14 Jan 2025 08:57:49 +0100 Subject: [PATCH] Install automake --- .github/workflows/python-main.yml | 2 +- vcpkg.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python-main.yml b/.github/workflows/python-main.yml index 370abd88a..b49dd0e66 100644 --- a/.github/workflows/python-main.yml +++ b/.github/workflows/python-main.yml @@ -52,7 +52,7 @@ jobs: run: | sudo apt update python -m pip install --upgrade pip - sudo apt install libusb-1.0-0-dev pkg-config bison autoconf libtool libxi-dev libxtst-dev libxrandr-dev libx11-dev libxft-dev libxext-dev nasm flex libudev-dev + sudo apt install libusb-1.0-0-dev pkg-config bison autoconf libtool libxi-dev libxtst-dev libxrandr-dev libx11-dev libxft-dev libxext-dev nasm flex libudev-dev automake python -m pip install -r bindings/python/docs/requirements_mkdoc.txt - name: Configure project run: cmake -S . -B build -DDEPTHAI_BUILD_PYTHON=ON -DDEPTHAI_PYTHON_FORCE_DOCSTRINGS=ON -DDEPTHAI_BASALT_SUPPORT=ON -DDEPTHAI_PCL_SUPPORT=ON -DDEPTHAI_RTABMAP_SUPPORT=ON -DDEPTHAI_PYTHON_DOCSTRINGS_OUTPUT="$PWD/bindings/python/docstrings/depthai_python_docstring.hpp" diff --git a/vcpkg.json b/vcpkg.json index 402469f92..ffd192ce3 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,6 @@ { "name": "depthai", "dependencies": [ - "libxcrypt", "cpp-httplib", "libpng", "tiff",