summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Smith <chad.smith@canonical.com>2020-06-02 11:07:21 -0600
committerChad Smith <chad.smith@canonical.com>2020-06-02 11:07:21 -0600
commitb4789c8ae3708f1e0c01e4d1887481cfb7a527da (patch)
treec139a539ac51f5d2260d7e2916544bb09fe21a76
parentf779979af4f371a1c60635d8a13f039948b2d1d5 (diff)
downloadcloud-init-git-b4789c8ae3708f1e0c01e4d1887481cfb7a527da.tar.gz
changelog: drop six, unittest2, nose, pep8 and pyflakes from build-depsubuntu/20.2-45-g5f7825e2-0ubuntu1
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9ad281bc..3054f97d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
cloud-init (20.2-45-g5f7825e2-0ubuntu1) groovy; urgency=medium
+ * d/control: drop python3-six, python3-unittest2, python3-pep8,
+ python3-pyflakes and python3-nose from Build-Depends.
* New upstream snapshot.
- test: fix all flake8 E241 (#403) [Joshua Powers]
- test: ignore flake8 E402 errors in main.py (#402) [Joshua Powers]