add python3-attr as a dependency

This commit is contained in:
Michael Hudson-Doyle 2017-03-13 15:23:39 +13:00
parent a822f560c4
commit 23cb5de789
2 changed files with 4 additions and 1 deletions

4
debian/control vendored
View File

@ -9,7 +9,8 @@ Build-Depends: bzr,
git,
python3,
python3-setuptools,
python3-yaml
python3-yaml,
python3-attr
Standards-Version: 3.9.5
Homepage: https://github.com/CanonicalLtd/subiquity
X-Python3-Version: >= 3.3
@ -20,6 +21,7 @@ Package: subiquity
Architecture: all
Depends: curtin,
python3,
python3-attr,
subiquitycore,
${misc:Depends},
${python3:Depends}

View File

@ -46,6 +46,7 @@ INSTALLER_DEPS=(
"lvm2"
"mdadm"
"petname"
"python3-attr"
"python3-urwid"
"python3-pyudev"
"python-urwid"