From dc611ddc9eb4c238876ec7614ad64aa7173f5c18cde3bcd3746982938708f240 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 11 Sep 2017 18:25:17 +0000 Subject: [PATCH] - Drop argparse as dependency for Py3 build + argparse is built into Python OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=84 --- cloud-init.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cloud-init.changes b/cloud-init.changes index f59020b..6d2f907 100644 --- a/cloud-init.changes +++ b/cloud-init.changes @@ -4,6 +4,8 @@ Mon Sep 11 18:21:54 UTC 2017 - rjschwei@suse.com - Drop python-cheetah as requirement + Cheetah is no maintained and cloud-init switches to Jinja2 as templating engine if Cheetah is not available +- Drop argparse as dependency for Py3 build + + argparse is built into Python ------------------------------------------------------------------- Fri Aug 25 23:11:41 UTC 2017 - rjschwei@suse.com