diff --git a/Makefile b/Makefile index 190bb99..d697228 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ install-deps: echo "Проверка и установка зависимостей для сборки deb-пакета..." - sudo apt update && sudo apt install -y debhelper dh-python python3-all python3-setuptools build-essential devscripts + sudo apt update && sudo apt install -y debhelper dh-python pybuild-plugin-pyproject python3-build python3-all python3-setuptools build-essential devscripts build: install-deps dpkg-buildpackage -us -uc -b