checking in some XSD work

This commit is contained in:
brent s
2019-10-28 01:26:31 -04:00
parent 9dada73cf0
commit 7f1bbc5022
12 changed files with 586 additions and 214 deletions

View File

@@ -13,8 +13,8 @@ import tempfile
import venv
# TODO: a more consistent way of managing deps?
depmods = ['blkinfo', 'gpg', 'lxml', 'passlib', 'psutil',
'pyparted', 'pytz', 'requests', 'validators']
depmods = ['blkinfo', 'gpg', 'lxml', 'mdstat', 'passlib', 'psutil',
'pyparted', 'pyroute2', 'pytz', 'requests', 'validators']
class EnvBuilder(object):
def __init__(self):