mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-01 11:55:25 +00:00
config_tools: drop version constraints on elementpath and xmlschema
After commit f8f1689a8
("config_tools: do not apply distinct-values on a
union of node-set"), it has been confirmed that the reported build issue no
longer exists when using the latest elementpath (2.5.0) and
xmlschema (1.10.0). So this patch removes the version constraints in
requirements.txt.
Tracked-On: #7372
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
parent
a12edaaab2
commit
ae2a78eb0e
@ -1,4 +1,4 @@
|
||||
defusedxml
|
||||
lxml
|
||||
elementpath == 2.4.0
|
||||
xmlschema == 1.9.2
|
||||
elementpath
|
||||
xmlschema
|
||||
|
Loading…
Reference in New Issue
Block a user