Skip to content

Commit 22dbb6b

Browse files
wenlingzacrnsi-robot
authored andcommitted
modify elementpath version =2.5.0
Modify elementpatch version and update doc part Tracked-On:#6688 Signed-off-by: wenlingz <[email protected]>
1 parent 4b44551 commit 22dbb6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Build-Depends:
3434
python3-lxml,
3535
python3-defusedxml,
3636
python3-xmlschema (>= 1.10.0),
37-
python3-elementpath (>= 2.5.0),
37+
python3-elementpath (= 2.5.0),
3838
python3-requests,
3939
python3-tqdm
4040
Standards-Version: 4.3.0

doc/getting-started/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ To set up the ACRN build environment on the development computer:
135135

136136
.. code-block:: bash
137137
138-
sudo pip3 install "elementpath<=2.5.0" lxml xmlschema defusedxml tqdm
138+
sudo pip3 install "elementpath==2.5.0" lxml xmlschema defusedxml tqdm
139139
140140
#. Create a working directory:
141141

0 commit comments

Comments
 (0)