Add xmltodict to kick-start requirements

Add a requirement for: Ia57587bf557771ea6d7f00e2fe9d674789b98559

Change-Id: I254b81b45e44aeda3049865bee76cd9075312761
Related-Bug: 1550557
Depends-On: I4a088b7a541c35a6c32d6985727bad65ff491815
This commit is contained in:
Petr Malik 2016-03-07 11:12:52 -05:00
parent fd2442a7f2
commit 03ac887608
2 changed files with 2 additions and 0 deletions

View File

@ -26,3 +26,4 @@ oslo.concurrency>=1.8.0 # Apache-2.0
pexpect>=3.1,!=3.3
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
pycrypto>=2.6 # Public Domain
xmltodict>=0.10.1 # MIT

View File

@ -25,3 +25,4 @@ osprofiler>=0.3.0
oslo.concurrency>=0.3.0
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
pycrypto>=2.6 # Public Domain
xmltodict>=0.10.1 # MIT