From 77e846b14f4b1ea824b345a0e8594a776d3f45f7 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 18 May 2016 14:18:57 -0400 Subject: docker: drop obselete dependencies We no longer need go-net and go-sqlite for the docker build and runtime. The upstream repos are no longer properly fetching, so we can simply drop the recipes and dependency. If they are ever needed in the future, we can revisit the upstream source for them. Signed-off-by: Bruce Ashfield --- recipes-containers/docker/docker_git.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'recipes-containers') diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb index 81af82d0..89a0aa43 100644 --- a/recipes-containers/docker/docker_git.bb +++ b/recipes-containers/docker/docker_git.bb @@ -41,8 +41,6 @@ DEPENDS = "go-cross \ go-context \ go-mux \ go-patricia \ - go-net \ - go-sqlite \ go-libtrust \ go-logrus \ go-fsnotify \ -- cgit v1.2.3-54-g00ecf