diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-26 19:32:02 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-26 19:32:19 +0100 |
commit | 6eb2f4b72e2a913c5b574219c1e3eada665a8d20 (patch) | |
tree | 47b8f8c47fbd342116ab05425fe2bfc10be98ac2 /testing/ruby-ox/APKBUILD | |
parent | 23c4fb91bf63ec2bea441582124fa465ca02faa9 (diff) | |
download | aports-6eb2f4b72e2a913c5b574219c1e3eada665a8d20.tar.bz2 aports-6eb2f4b72e2a913c5b574219c1e3eada665a8d20.tar.xz |
testing/ruby-ox: add missing dependency on ruby-bigdecimal
Diffstat (limited to 'testing/ruby-ox/APKBUILD')
-rw-r--r-- | testing/ruby-ox/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/ruby-ox/APKBUILD b/testing/ruby-ox/APKBUILD index cb6f1cdf9c..c644c0c750 100644 --- a/testing/ruby-ox/APKBUILD +++ b/testing/ruby-ox/APKBUILD @@ -8,6 +8,7 @@ pkgdesc="A fast XML parser and object serializer for Ruby" url="https://github.com/ohler55/ox" arch="all" license="MIT" +depends="ruby-bigdecimal" checkdepends="ruby ruby-test-unit" makedepends="ruby-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/ohler55/$_gemname/archive/v$pkgver.tar.gz |