diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 07e7fd80..aaccb657 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +cloud-init (19.4-33-gbb4131a2-0ubuntu1~19.10.2) UNRELEASED; urgency=medium + + * d/control: add python3-pytest to Build-Depends + - This fixes upstream daily builds. python3-nose is not removed from + Build-Depends because, currently, the Ubuntu package builds will still + use it for testing. + + -- Daniel Watkins <oddbloke@ubuntu.com> Wed, 11 Mar 2020 16:48:04 -0400 + cloud-init (19.4-33-gbb4131a2-0ubuntu1~19.10.1) eoan; urgency=medium * New upstream snapshot. (LP: #1859725) diff --git a/debian/control b/debian/control index b1e2e8ff..03a5e689 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Build-Depends: debhelper (>= 9.20160709), python3-oauthlib, python3-pep8, python3-pyflakes | pyflakes (<< 1.1.0-2), + python3-pytest, python3-requests, python3-serial, python3-setuptools, |