From 47df77811711274a63a5a21718a77c3621735c46 Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Thu, 14 Mar 2024 12:33:26 -0300 Subject: [PATCH] chore: test against devel branch of craft-parts Signed-off-by: Claudio Matsuoka --- requirements-devel.txt | 3 ++- requirements.txt | 3 ++- setup.py | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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.