From 3803ac3b7ccb50dc5445f3d29d8d4c9f1c166d16 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <antoine.romain.dumont@gmail.com> Date: Fri, 22 Jun 2018 15:32:48 +0200 Subject: [PATCH] d/control: Add missing dependency --- debian/control | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 49c2aae1..8124280f 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9), dh-python (>= 2), python3 (>= 3.5) | python3-pyblake2, python3-all, + python3-click, python3-nose, python3-setuptools, python3-vcversioner diff --git a/requirements.txt b/requirements.txt index 151b9267..447def3e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ # should match https://pypi.python.org/pypi names. For the full spec or # dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html vcversioner +Click -- GitLab