diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-22 16:29:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-22 16:29:55 +0000 |
commit | 919ee52753a27b52527e5eceef74c55e8fa56f51 (patch) | |
tree | 5e69187367ee58381a59200c4ccfed8cffb6e611 /testing | |
parent | 1c94b981345c777f311fc1df2e7df420ed737efe (diff) | |
download | aports-919ee52753a27b52527e5eceef74c55e8fa56f51.tar.bz2 aports-919ee52753a27b52527e5eceef74c55e8fa56f51.tar.xz |
testing/asciinema: build fix. add python dep
Diffstat (limited to 'testing')
-rw-r--r-- | testing/asciinema/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/asciinema/APKBUILD b/testing/asciinema/APKBUILD index e16f62bfc2..dd35c79e45 100644 --- a/testing/asciinema/APKBUILD +++ b/testing/asciinema/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPLv3" depends="" depends_dev="" -makedepends="go" +makedepends="go python" install="$pkgname.post-install" subpackages="$pkgname-doc" source="https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz" |