[PATCH clr-bundles] Re-remove part of the docker build dependencis from github
by Timothy Charles Pepper
Docker has a build dependency on golang-github-cpuguy83-go-md2man,
which itself depends on golang-github-russross-blackfriday and
golang-github-shurcooL-sanitized_anchor_name, so we included all three.
But as of the 1.0.6 release of golang-github-cpuguy83-go-md2man though,
the other two are vendored inside golang-github-cpuguy83-go-md2man.
This means we can drop the other two dependencies.
Signed-off-by: Tim Pepper <timothy.c.pepper(a)linux.intel.com>
---
bundles/containers-basic-dev | 2 --
bundles/containers-virt-dev | 2 --
2 files changed, 4 deletions(-)
diff --git a/bundles/containers-basic-dev b/bundles/containers-basic-dev
index f0f2f4c..addafba 100644
--- a/bundles/containers-basic-dev
+++ b/bundles/containers-basic-dev
@@ -78,8 +78,6 @@ gnu-efi-dev
gnutls-dev
go
golang-github-cpuguy83-go-md2man
-golang-github-russross-blackfriday
-golang-github-shurcooL-sanitized_anchor_name
gperf
graphviz
grep
diff --git a/bundles/containers-virt-dev b/bundles/containers-virt-dev
index 6f24447..e33511f 100644
--- a/bundles/containers-virt-dev
+++ b/bundles/containers-virt-dev
@@ -91,8 +91,6 @@ go
gobject-introspection
gobject-introspection-dev
golang-github-cpuguy83-go-md2man
-golang-github-russross-blackfriday
-golang-github-shurcooL-sanitized_anchor_name
gperf
graphviz
grep
--
2.9.4