diff --git a/.circleci/config.yml b/.circleci/config.yml index cbfdc8cd3..71682e855 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ aliases: command: | export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true apt-get update - apt-get install -y dh-python python3 python3-setuptools dpkg-dev debhelper + apt build-dep . - &install-dependencies-rpm name: Install dependencies (rpm) diff --git a/BUILD.md b/BUILD.md index 9993dc783..edaf92335 100644 --- a/BUILD.md +++ b/BUILD.md @@ -58,7 +58,7 @@ Install dependencies: ```sh -sudo apt install -y podman dh-python build-essential fakeroot make libqt6gui6 \ +sudo apt install -y podman dh-python build-essential make libqt6gui6 \ pipx python3 python3-dev ``` diff --git a/dev_scripts/qa.py b/dev_scripts/qa.py index 47909d0be..c37f7f5fd 100755 --- a/dev_scripts/qa.py +++ b/dev_scripts/qa.py @@ -246,7 +246,7 @@ ```sh -sudo apt install -y podman dh-python build-essential fakeroot make libqt6gui6 \ +sudo apt install -y podman dh-python build-essential make libqt6gui6 \ pipx python3 python3-dev ```