aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-enum
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-05-15 04:54:56 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-15 04:57:29 +0000
commitfc84241e8d3cdead7096264b8028be5e50109713 (patch)
treeccaf9f31ad3db541e873bdf8a20d2616148f83fc /community/ruby-enum
parent364e2c23534df032c476912551ae4679694d018f (diff)
downloadaports-fc84241e8d3cdead7096264b8028be5e50109713.tar.bz2
aports-fc84241e8d3cdead7096264b8028be5e50109713.tar.xz
community/ruby-enum: remove redundant checkdepend
Diffstat (limited to 'community/ruby-enum')
-rw-r--r--community/ruby-enum/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-enum/APKBUILD b/community/ruby-enum/APKBUILD
index 97f34d3ded..99c6ff664d 100644
--- a/community/ruby-enum/APKBUILD
+++ b/community/ruby-enum/APKBUILD
@@ -9,7 +9,7 @@ url="https://github.com/dblock/ruby-enum"
arch="noarch"
license="MIT"
depends="ruby ruby-i18n"
-checkdepends="ruby-rspec ruby-json"
+checkdepends="ruby-rspec"
source="$pkgname-$pkgver.tar.gz::https://github.com/dblock/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"