From 11b4c78b1c2f6aa391aa299394a3143e0095a32d Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 2 Jan 2022 23:23:55 +0100 Subject: added required dependencies for the build --- .builds/debian.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to '.builds') diff --git a/.builds/debian.yml b/.builds/debian.yml index 2cff3b11..92583cd8 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -2,10 +2,28 @@ image: ubuntu/22.04 sources: - https://git.sr.ht/~cedric/newspipe packages: + - curl + - build-essential - python3 - python3-dev - python3-pip - python3-venv + - libssl-dev + - libbz2-dev + - libreadline-dev + - libsqlite3-dev + - libncurses5-dev + - libncursesw5-dev + - libffi-dev + - liblzma-dev + - libxml2-dev + - libxslt-dev + - libpq-dev + - llvm + - python3-openssl + - tk-dev + - xz-utils + - zlib1g-dev environment: project: newspipe tasks: -- cgit