aboutsummaryrefslogtreecommitdiffstats
path: root/testing/twemproxy
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-11-04 09:47:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-04 09:48:58 +0000
commit892fd714dfd54eeddd48b20c339c9350cc84cdb3 (patch)
tree4bde55af78bdfdb461dc202f9dfdabbd140005a2 /testing/twemproxy
parent14113e0aa36b56f220344b668d9e49ac13627455 (diff)
downloadaports-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/APKBUILD2
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"