summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/reproducible.py
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-11 22:21:07 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-15 14:37:40 +0000
commit603e14dc680837610dfa6eca8a54a2e14b61c94a (patch)
tree37b6fbea9184b3ebe656b37073c2f454f81cdcf2 /meta/lib/oeqa/selftest/cases/reproducible.py
parent8945d44952c532ea4fd1b51653659de47a5d036b (diff)
downloadpoky-603e14dc680837610dfa6eca8a54a2e14b61c94a.tar.gz
go-dep: Remove
go-dep was an effort for dependency management before go modules, which since 2020 has been deprecated in favor of go modules. Since its not developed any longer and go mdules is officially supported, this should be retired from OE-core as well. (From OE-Core rev: 1e7ed44d87034446f1d07692c9378c3b0a8a9dd3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Otavio Salvador <otavio.salvador@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/reproducible.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index 86cf6c5daa..d301c8dd88 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -29,7 +29,6 @@ import datetime
29#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/ 29#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/
30exclude_packages = [ 30exclude_packages = [
31 'glide', 31 'glide',
32 'go-dep',
33 'go-helloworld', 32 'go-helloworld',
34 'go-runtime', 33 'go-runtime',
35 'go_', 34 'go_',