diff --git a/debian/control b/debian/control index 0252a278e..7e04f6794 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index cdbe54a44..577fd4014 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -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: