1
0
mirror of https://github.com/projectacrn/acrn-hypervisor.git synced 2025-05-01 13:14:02 +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:
wenlingz 2022-07-07 14:59:22 +08:00 committed by acrnsi-robot
parent 4b44551671
commit 22dbb6baed
2 changed files with 2 additions and 2 deletions
debian
doc/getting-started

2
debian/control vendored
View File

@ -34,7 +34,7 @@ Build-Depends:
python3-lxml,
python3-defusedxml,
python3-xmlschema (>= 1.10.0),
python3-elementpath (>= 2.5.0),
python3-elementpath (= 2.5.0),
python3-requests,
python3-tqdm
Standards-Version: 4.3.0

View File

@ -135,7 +135,7 @@ To set up the ACRN build environment on the development computer:
.. 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: