Remove lxml as a forced depend

keystoneclient only needs lxml for saml support, which is an
optional contrib piece. Since keystoneclient is massiely used, and
as lxml is a big beefy depend that requires C compilers, move
lxml to test-requriements.

Change-Id: I01b6b702fb8f414884cb1da306d5b95406e86513
This commit is contained in:
Monty Taylor
2014-08-15 16:53:20 -07:00
parent 8b2f6b5540
commit a94449f141
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
argparse argparse
Babel>=1.3 Babel>=1.3
iso8601>=0.1.9 iso8601>=0.1.9
lxml>=2.3
netaddr>=0.7.6 netaddr>=0.7.6
oslo.config>=1.4.0.0a3 oslo.config>=1.4.0.0a3
oslo.utils>=0.1.1 oslo.utils>=0.1.1

View File

@@ -3,6 +3,7 @@ discover
fixtures>=0.3.14 fixtures>=0.3.14
hacking>=0.8.0,<0.9 hacking>=0.8.0,<0.9
keyring>=2.1,!=3.3 keyring>=2.1,!=3.3
lxml>=2.3
mock>=1.0 mock>=1.0
mox3>=0.7.0 mox3>=0.7.0
oauthlib>=0.6 oauthlib>=0.6