From bfc069f7605112bbefa144f5f6a4881839fef408 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Mon, 12 Apr 2021 12:17:56 +0200 Subject: [PATCH] debian: Depends only on explicit depedencies Others will be pulled implicitly. Cc: @jcfp Signed-off-by: Philippe Coval --- debian/control | 11 ----------- debian/tests/control | 13 ------------- 2 files changed, 24 deletions(-) diff --git a/debian/control b/debian/control index 62a9051c6b..87ffa62327 100644 --- a/debian/control +++ b/debian/control @@ -4,25 +4,14 @@ Uploaders: Philippe Coval Section: python Priority: optional Build-Depends: dh-python, - black, debhelper-compat (= 13), python3-all, - python3-astroid, - python3-bandit, - python3-certifi, - python3-cffi, - python3-chardet, python3-coverage, python3-cryptography, python3-dateutil, - python3-idna, python3-nacl, - python3-pycparser, python3-requests, python3-securesystemslib, - python3-setuptools, - python3-six, - python3-urllib3, tox Standards-Version: 4.5.1 Rules-Requires-Root: no diff --git a/debian/tests/control b/debian/tests/control index a66f69c62a..89cef24dd9 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -2,20 +2,7 @@ Tests: testsuite Depends: @, python3-pytest, - python3-all, - python3-astroid, - python3-bandit, - python3-certifi, - python3-cffi, - python3-chardet, python3-cryptography, python3-dateutil, - python3-idna, python3-nacl, - python3-pycparser, - python3-requests, - python3-securesystemslib, - python3-setuptools, - python3-six, - python3-urllib3, Restrictions: allow-stderr