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

View File

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