Skip to content
Snippets Groups Projects
Commit 95e9edb1 authored by Leo's avatar Leo
Browse files

community/vault: build with python3

parent 6bff4b37
No related merge requests found
......@@ -7,13 +7,13 @@ pkgdesc="Vault is a tool for securely accessing secrets"
url="https://www.vaultproject.io/"
arch="all !s390x"
license="MPL-2.0"
makedepends="libcap bash make go python2 go-bindata-assetfs"
makedepends="libcap bash make go python3 go-bindata-assetfs"
install="$pkgname.pre-install"
pkgusers="vault"
pkggroups="vault"
subpackages="$pkgname-openrc"
options="!check"
source="$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/$pkgname/archive/v$pkgver.tar.gz
source="$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/vault/archive/v$pkgver.tar.gz
go-mod-thrift.patch
static-assets.patch
vault.confd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment