diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2016-12-23 22:35:05 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-12-29 22:05:50 +0900 |
commit | 6ebf0f7e4aee0d911cddddde100ae953621a2ee5 (patch) | |
tree | 758ffd54edccb8402d37678653f4c456554addad /tools | |
parent | 73d331312e6ebf2c0f2a38dabf11d05bada3ea12 (diff) |
optional-requires: Specify lxml version for OpenStack
OpenStack added "lxml!=3.7.0" into its requirements file, and this
patch adds the same specification for avoiding VersionConflict
error while installing.
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/optional-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/optional-requires b/tools/optional-requires index a17b1752..36c89ec0 100644 --- a/tools/optional-requires +++ b/tools/optional-requires @@ -1,4 +1,4 @@ -lxml # OF-Config +lxml!=3.7.0,>=2.3 # OF-Config ncclient # OF-Config cryptography!=1.5.2 # Required by paramiko paramiko # NETCONF, BGP speaker (SSH console) |