summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-03-11 17:26:18 -0400
committerGitHub <noreply@github.com>2020-03-11 15:26:18 -0600
commitbe3128730e6bec761317eac30c03966cecf55ada (patch)
tree0a9e8a7f5818be55063f6d703802222c11b84a5a
parent5995124e0e7460f1a504764d028b07c2d2195113 (diff)
downloadcloud-init-git-ubuntu/daily/eoan.tar.gz
d/control: add python3-pytest to Build-Depends (#247)ubuntu/daily/eoan
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.
-rw-r--r--debian/changelog9
-rw-r--r--debian/control1
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,