curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #02899
[Merge] ~alexsander-souza/curtin:add_attr_dependency into curtin:master
Alexsander de Souza has proposed merging ~alexsander-souza/curtin:add_attr_dependency into curtin:master.
Commit message:
add python3-attr as dependency
Requested reviews:
curtin developers (curtin-dev)
For more details, see:
https://code.launchpad.net/~alexsander-souza/curtin/+git/curtin/+merge/443613
--
Your team curtin developers is requested to review the proposed merge of ~alexsander-souza/curtin:add_attr_dependency into curtin:master.
diff --git a/curtin/deps/__init__.py b/curtin/deps/__init__.py
index 689f952..01378f9 100644
--- a/curtin/deps/__init__.py
+++ b/curtin/deps/__init__.py
@@ -20,6 +20,7 @@ REQUIRED_IMPORTS = [
# import string to execute, python2 package, python3 package
('import yaml', 'python-yaml', 'python3-yaml'),
('import pyudev', 'python-pyudev', 'python3-pyudev'),
+ ('import attr', 'python-attr', 'python3-attr'),
]
REQUIRED_EXECUTABLES = [
Follow ups