From 54a11d792721c365b4a915a78507a7e30dcc244c Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 7 May 2021 09:05:53 -0400 Subject: [PATCH] add python dependencies --- stdeb.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stdeb.cfg b/stdeb.cfg index f5ca608e..6664c6c7 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -4,7 +4,8 @@ Package: archivebox Package3: archivebox Suite: focal Suite3: focal -Build-Depends: dh-python, python3-pip, python3-setuptools, python3-wheel, python3-stdeb -Depends3: nodejs, wget, curl, git, ffmpeg, youtube-dl, python3-pip, python3-setuptools, python3-croniter, python3-crontab, python3-dateparser, python3-django, python3-django-extensions, python3-django-jsonfield, python3-mypy-extensions, python3-requests, python3-w3lib, ripgrep +Build-Depends: debhelper, dh-python, python3-all, python3-pip, python3-setuptools, python3-wheel, python3-stdeb +Depends3: nodejs, wget, curl, git, ffmpeg, youtube-dl, python3-all, python3-pip, python3-setuptools, python3-croniter, python3-crontab, python3-dateparser, python3-django, python3-django-extensions, python3-django-jsonfield, python3-mypy-extensions, python3-requests, python3-w3lib, ripgrep +X-Python3-Version: >= 3.7 XS-Python-Version: >= 3.7 Setup-Env-Vars: DEB_BUILD_OPTIONS=nocheck