aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-05-31 16:48:11 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-05-31 16:48:11 +0200
commit73f6143a0e54095d813eb741ffa6cc05724d9120 (patch)
treef5abb0bbb2aca1e3c81ec144847cefd13cd1fa15
parente4a4be18ba82a2b1694bd69b133773b496b5a0f9 (diff)
downloadalpine_aports-73f6143a0e54095d813eb741ffa6cc05724d9120.tar.bz2
alpine_aports-73f6143a0e54095d813eb741ffa6cc05724d9120.tar.xz
alpine_aports-73f6143a0e54095d813eb741ffa6cc05724d9120.zip
testing/nomad: remove compile-time dependency on python2
Doesn't seem to be required anymore, i.e. builds fine without it. See #11577
-rw-r--r--testing/nomad/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nomad/APKBUILD b/testing/nomad/APKBUILD
index 554e436364..0c9673fdce 100644
--- a/testing/nomad/APKBUILD
+++ b/testing/nomad/APKBUILD
@@ -2,13 +2,13 @@
2# Maintainer: Matthias Neugebauer <mtneug@mailbox.org> 2# Maintainer: Matthias Neugebauer <mtneug@mailbox.org>
3pkgname=nomad 3pkgname=nomad
4pkgver=0.11.2 4pkgver=0.11.2
5pkgrel=0 5pkgrel=1
6pkgdesc="An easy-to-use, flexible, and performant workload orchestrator" 6pkgdesc="An easy-to-use, flexible, and performant workload orchestrator"
7url="https://www.nomadproject.io/" 7url="https://www.nomadproject.io/"
8arch="all !mips !mips64" # blocking on yarn/npm 8arch="all !mips !mips64" # blocking on yarn/npm
9license="MPL-2.0" 9license="MPL-2.0"
10depends="cni-plugins" 10depends="cni-plugins"
11makedepends="linux-headers bash make go python2 yarn npm go-bindata-assetfs" 11makedepends="linux-headers bash make go yarn npm go-bindata-assetfs"
12subpackages="$pkgname-openrc" 12subpackages="$pkgname-openrc"
13options="net !check" # cannot produce environment for testing in CI 13options="net !check" # cannot produce environment for testing in CI
14source="$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/nomad/archive/v$pkgver.tar.gz 14source="$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/nomad/archive/v$pkgver.tar.gz