diff --git a/requirements-devel.txt b/requirements-devel.txt index 572eeb3a11..76a896a629 100644 --- a/requirements-devel.txt +++ b/requirements-devel.txt @@ -59,7 +59,7 @@ craft-grammar==2.0.1 # via # craft-application # snapcraft (setup.py) -craft-parts==2.4.1 +craft-parts @ git+https://github.com/canonical/craft-parts@CRAFT-4070-Error-presentation-sometimes-omits-the-last-lines # via # craft-application # snapcraft (setup.py) diff --git a/requirements.txt b/requirements.txt index 39d1766a25..42091f4ac5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ craft-grammar==2.0.1 # via # craft-application # snapcraft (setup.py) -craft-parts==2.4.1 +craft-parts @ git+https://github.com/canonical/craft-parts@CRAFT-4070-Error-presentation-sometimes-omits-the-last-lines # via # craft-application # snapcraft (setup.py) diff --git a/setup.py b/setup.py index 5813d2d467..1d345af905 100755 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ def recursive_data_files(directory, install_directory): "craft-archives~=2.0", "craft-cli>=2.15.0", "craft-grammar>=2.0.1,<3.0.0", - "craft-parts==2.4.1", + "craft-parts @ git+https://github.com/canonical/craft-parts@CRAFT-4070-Error-presentation-sometimes-omits-the-last-lines", "craft-platforms~=0.4", "craft-providers>=2.0.4,<3.0.0", "craft-store>=3.0.2,<4.0.0",