diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-02-09 07:57:32 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-02-09 07:57:32 +0000 |
commit | 55801eea12dc7bdb38e6ad4af83e80646515e327 (patch) | |
tree | 2c517f2af541d7f00a3d211af02f74d7132c84ef /testing/icingaweb2-module-pnp | |
parent | a9c93227e9d40b98a39f081af3797dc7af544bae (diff) | |
download | aports-55801eea12dc7bdb38e6ad4af83e80646515e327.tar.bz2 aports-55801eea12dc7bdb38e6ad4af83e80646515e327.tar.xz |
testing/icingaweb2-module-pnp: php-xml package not needed in depends
Diffstat (limited to 'testing/icingaweb2-module-pnp')
-rw-r--r-- | testing/icingaweb2-module-pnp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/icingaweb2-module-pnp/APKBUILD b/testing/icingaweb2-module-pnp/APKBUILD index db5ab33554..b1af447f5e 100644 --- a/testing/icingaweb2-module-pnp/APKBUILD +++ b/testing/icingaweb2-module-pnp/APKBUILD @@ -9,7 +9,7 @@ url="http://www.icinga.org" arch="noarch" license="GPL2" _php=php5 -depends="icingaweb2-module-director ${_php}-xml" +depends="icingaweb2-module-director" pkggroups="icingaweb2" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/Icinga/$pkgname/archive/v$pkgver.tar.gz" |