← Back to team overview

cloud-init-dev team mailing list archive

[Merge] lp:~harlowja/cloud-init/serial-dep into lp:cloud-init

 

Joshua Harlow has proposed merging lp:~harlowja/cloud-init/serial-dep into lp:cloud-init.

Requested reviews:
  cloud init development team (cloud-init-dev)
Related bugs:
  Bug #1205720 in cloud-init: "SmartOS requires pyserial"
  https://bugs.launchpad.net/cloud-init/+bug/1205720

For more details, see:
https://code.launchpad.net/~harlowja/cloud-init/serial-dep/+merge/177271

Add dependency for pyserial for the smartos datasource (if its used).
-- 
https://code.launchpad.net/~harlowja/cloud-init/serial-dep/+merge/177271
Your team cloud init development team is requested to review the proposed merge of lp:~harlowja/cloud-init/serial-dep into lp:cloud-init.
=== modified file 'Requires'
--- Requires	2013-07-19 23:32:48 +0000
+++ Requires	2013-07-27 21:22:25 +0000
@@ -10,6 +10,10 @@
 # datasource is removed, this is no longer needed
 oauth
 
+# This one is currently used only by the SmartOS datasource. If that
+# datasource is removed, this is no longer needed
+pyserial
+
 # This is only needed for places where we need to support configs in a manner
 # that the built-in config parser is not sufficent (ie
 # when we need to preserve comments, or do not have a top-level


Follow ups