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>
This commit is contained in:
IWASE Yusuke 2016-12-23 22:35:05 +09:00 committed by FUJITA Tomonori
parent 73d331312e
commit 6ebf0f7e4a
1 changed files with 1 additions and 1 deletions

View File

@ -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)