diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-03 19:15:58 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-03 19:17:03 +0100 |
commit | eddec7b8711a480b04833edfab3d4388c002fdd3 (patch) | |
tree | e6f42461f73d105c6a47031f0a90933b43318180 | |
parent | 911abbee88726748d4df372978f90505f1faaf05 (diff) | |
download | vyos-cloud-init-eddec7b8711a480b04833edfab3d4388c002fdd3.tar.gz vyos-cloud-init-eddec7b8711a480b04833edfab3d4388c002fdd3.zip |
Debian: remove dependency on python3-unittest2 as it's missing in Jessie
According to a discussion with zsdc via Slack this should not harm.
-rw-r--r-- | debian/control | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 1de4f2f5..115831e2 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,6 @@ Build-Depends: debhelper (>= 9), python3-serial, python3-setuptools, python3-six, - python3-unittest2, python3-yaml XS-Python-Version: all Vcs-Browser: https://git.launchpad.net/cloud-init/?h=ubuntu/devel |