diff options
author | Joshua Harlow <harlowja@gmail.com> | 2013-07-27 14:20:12 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@gmail.com> | 2013-07-27 14:20:12 -0700 |
commit | de1e9a7e8e23d4b986c85365a79b9cf026a85ed1 (patch) | |
tree | c1a2ad069e9fc8bf94b6899a121b92c31f161981 /Requires | |
parent | 9da084bda820d0ab8500ea6ee13a014f46d3bfab (diff) | |
download | vyos-cloud-init-de1e9a7e8e23d4b986c85365a79b9cf026a85ed1.tar.gz vyos-cloud-init-de1e9a7e8e23d4b986c85365a79b9cf026a85ed1.zip |
Add the pyserial dependency.
LP: #1205720
Diffstat (limited to 'Requires')
-rw-r--r-- | Requires | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ PrettyTable # 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 |