From cced1d18215d27b8d22dc3c00b2f21be8cfaf72d Mon Sep 17 00:00:00 2001 From: Chris Pinnock Date: Fri, 8 Dec 2023 19:13:12 +0000 Subject: [PATCH] Packages: remove dependency on baker package --- scripts/dpkg/experimental-control.in | 2 +- scripts/rpm/experimental-spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dpkg/experimental-control.in b/scripts/dpkg/experimental-control.in index 7b9c8016cffc..12699e78c227 100644 --- a/scripts/dpkg/experimental-control.in +++ b/scripts/dpkg/experimental-control.in @@ -3,4 +3,4 @@ Version: @VERSION@ Architecture: @ARCH@ Maintainer: @MAINT@ Description: The Octez experimental binaries -Depends: @DPKG@-baker (>=@VERSION@), @DEPENDS@ +Depends: @DEPENDS@ diff --git a/scripts/rpm/experimental-spec.in b/scripts/rpm/experimental-spec.in index 36ace9cc1afc..dc1abfc4b14b 100644 --- a/scripts/rpm/experimental-spec.in +++ b/scripts/rpm/experimental-spec.in @@ -7,7 +7,7 @@ Packager: @MAINT@ License: MIT URL: http://tezos.gitlab.io -Requires: @DPKG@-baker +Requires: Source0: @FAKESRC@ %prep -- GitLab