diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-04 09:47:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-04 09:48:58 +0000 |
commit | 892fd714dfd54eeddd48b20c339c9350cc84cdb3 (patch) | |
tree | 4bde55af78bdfdb461dc202f9dfdabbd140005a2 /testing/twemproxy | |
parent | 14113e0aa36b56f220344b668d9e49ac13627455 (diff) | |
download | aports-892fd714dfd54eeddd48b20c339c9350cc84cdb3.tar.bz2 aports-892fd714dfd54eeddd48b20c339c9350cc84cdb3.tar.xz |
testing/twemproxy: remove unneeded dep
yaml is pulled in automatically
Diffstat (limited to 'testing/twemproxy')
-rw-r--r-- | testing/twemproxy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/twemproxy/APKBUILD b/testing/twemproxy/APKBUILD index fc829d63ce..389eebe1c7 100644 --- a/testing/twemproxy/APKBUILD +++ b/testing/twemproxy/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A fast, light-weight proxy for memcached and redis" url="https://github.com/twitter/twemproxy" arch="all" license="ASL 2.0" -depends="yaml" +depends="" depends_dev="" makedepends="automake autoconf libtool yaml-dev" subpackages="$pkgname-doc" |