diff --git a/requirements-devel.txt b/requirements-devel.txt index f54c1e76b3..3654504b58 100644 --- a/requirements-devel.txt +++ b/requirements-devel.txt @@ -15,7 +15,8 @@ craft-application==1.2.1 craft-archives==1.1.3 craft-cli==2.5.1 craft-grammar==1.1.2 -craft-parts==1.27.0 +#craft-parts==1.27.0 +craft-parts @ git+https://github.com/canonical/craft-parts@CRAFT-2584-Document-maven-plugin craft-providers==1.23.0 craft-store==2.6.0 cryptography==42.0.4 diff --git a/requirements.txt b/requirements.txt index a01d92a8d4..49f743ff58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,8 @@ craft-application==1.2.1 craft-archives==1.1.3 craft-cli==2.5.1 craft-grammar==1.1.2 -craft-parts==1.27.0 +#craft-parts==1.27.0 +craft-parts @ git+https://github.com/canonical/craft-parts@CRAFT-2584-Document-maven-plugin craft-providers==1.23.0 craft-store==2.6.0 cryptography==42.0.4 diff --git a/setup.py b/setup.py index ecab123a74..81cee4b5b4 100755 --- a/setup.py +++ b/setup.py @@ -100,7 +100,8 @@ def recursive_data_files(directory, install_directory): "craft-archives", "craft-cli", "craft-grammar", - "craft-parts", + #"craft-parts", + "craft-parts @ git+https://github.com/canonical/craft-parts@CRAFT-2584-Document-maven-plugin", "craft-providers", "craft-store", "docutils<0.20", # Frozen until we can update sphinx dependencies.