use probert's requirements.txt, subiquity does not directly depend on pyudev

This commit is contained in:
Michael Hudson-Doyle 2017-11-17 11:14:20 +13:00
parent 5d65ab88ab
commit 1cf60ccafd
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
urwid==1.2.1
pyudev==0.16.1
nose-cov
nose
flake8

View File

@ -32,7 +32,6 @@ parts:
- python3-distutils-extra
python-packages:
- attrs
- pyudev
- pyyaml
- systemd-python
- urwid
@ -63,3 +62,4 @@ parts:
build-packages: [python-setuptools, libnl-3-dev, libnl-genl-3-dev, libnl-route-3-dev]
source: https://github.com/CanonicalLtd/probert.git
source-type: git
requirements: requirements.txt