diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-18 16:36:02 -0300 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2019-05-25 04:11:03 +0200 |
commit | 8b62f5ad03d135d97f6b213311d0687429d5e221 (patch) | |
tree | 17e2d0abce42a9bd978ea6772d8800112cc500dc /testing/wok | |
parent | 7348e0f79faad1ab5f8811d1e555620eae4e7868 (diff) | |
download | aports-8b62f5ad03d135d97f6b213311d0687429d5e221.tar.bz2 aports-8b62f5ad03d135d97f6b213311d0687429d5e221.tar.xz |
testing: remove duplicate dependencies and superfluous builddir statements
Closes: GH-7933
Diffstat (limited to 'testing/wok')
-rw-r--r-- | testing/wok/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/wok/APKBUILD b/testing/wok/APKBUILD index bc0947b57a..e809a953dc 100644 --- a/testing/wok/APKBUILD +++ b/testing/wok/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="Apache LGPL-2.1" depends="python2 nginx logrotate py-cherrypy py2-jsonschema py2-pyparted py2-pyldap py2-psutil py2-m2crypto py-cheetah - py2-augeas py2-pam py2-functools32 py2-lxml py2-libvirt py-cherrypy + py2-augeas py2-pam py2-functools32 py2-lxml py2-libvirt ttf-opensans ttf-font-awesome" makedepends="automake autoconf libtool gettext-dev python2-dev pyflakes libxslt py-setuptools py2-websockify py2-mock" |