mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 20:22:46 +00:00
modify elementpath version =2.5.0
Modify elementpatch version and update doc part Tracked-On:projectacrn#6688 Signed-off-by: wenlingz <wenling.zhang@intel.com>
This commit is contained in:
parent
4b44551671
commit
22dbb6baed
2
debian/control
vendored
2
debian/control
vendored
@ -34,7 +34,7 @@ Build-Depends:
|
|||||||
python3-lxml,
|
python3-lxml,
|
||||||
python3-defusedxml,
|
python3-defusedxml,
|
||||||
python3-xmlschema (>= 1.10.0),
|
python3-xmlschema (>= 1.10.0),
|
||||||
python3-elementpath (>= 2.5.0),
|
python3-elementpath (= 2.5.0),
|
||||||
python3-requests,
|
python3-requests,
|
||||||
python3-tqdm
|
python3-tqdm
|
||||||
Standards-Version: 4.3.0
|
Standards-Version: 4.3.0
|
||||||
|
@ -135,7 +135,7 @@ To set up the ACRN build environment on the development computer:
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
sudo pip3 install "elementpath<=2.5.0" lxml xmlschema defusedxml tqdm
|
sudo pip3 install "elementpath==2.5.0" lxml xmlschema defusedxml tqdm
|
||||||
|
|
||||||
#. Create a working directory:
|
#. Create a working directory:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user