Avoid jsonschema 1.4.0 - Release was pulled.
JSONSchema 1.4.0 appears to have been an accidental release of 2.0 code under the 1.4.0 version. It's been pulled from PyPi, but still exists on the OpenStack mirror. Discussion with the infra folks suggests updating the requirements file rather than removing the release from the mirror is the best solution. Change-Id: I7619cc41c7924f2f02c8cf8d17034e58ac3b116c
This commit is contained in:
parent
08ec0bfcd3
commit
eb08796298
@ -19,7 +19,7 @@ happybase>=0.4
|
||||
httplib2
|
||||
iso8601>=0.1.4
|
||||
jsonrpclib
|
||||
jsonschema>=1.0.0,<2
|
||||
jsonschema>=1.0.0,!=1.4.0,<2
|
||||
kazoo>=0.9,<=1.1
|
||||
kombu>2.4.7
|
||||
lockfile>=0.8
|
||||
|
Loading…
x
Reference in New Issue
Block a user