From ad651b328e90854140aa9e7dcf93a6252b46bd5b Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 5 Jun 2023 11:30:38 +0200 Subject: [PATCH] Remove traces of Docker from devstack dependencies Change-Id: Ie26fb7c644c6feb547bcdc6d847838d2fed0d31f --- bindep.txt | 3 --- devstack/files/bindep.txt | 3 --- 2 files changed, 6 deletions(-) diff --git a/bindep.txt b/bindep.txt index 35680e008c..a0630d8898 100644 --- a/bindep.txt +++ b/bindep.txt @@ -79,9 +79,6 @@ librsvg2-bin [doc platform:dpkg] # these are needed to build images -# NOTE apparmor is an undeclared dependency for docker on ubuntu, -# see https://github.com/docker/docker/issues/9745 -apparmor [platform:dpkg imagebuild] gnupg [imagebuild] squashfs-tools [platform:dpkg platform:redhat imagebuild] squashfs [platform:suse imagebuild] diff --git a/devstack/files/bindep.txt b/devstack/files/bindep.txt index 820f9b8b0f..e2c428fbb5 100644 --- a/devstack/files/bindep.txt +++ b/devstack/files/bindep.txt @@ -81,9 +81,6 @@ gdisk [platform:dpkg] # these are needed to build a deploy ramdisk -# NOTE apparmor is an undeclared dependency for docker on ubuntu, -# see https://github.com/docker/docker/issues/9745 -apparmor [platform:dpkg imagebuild] gnupg [imagebuild] squashfs-tools [platform:dpkg platform:redhat imagebuild] squashfs [platform:suse imagebuild]