diff options
author | tcely <tcely@users.noreply.github.com> | 2019-07-20 15:48:40 -0400 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-21 15:11:14 -0300 |
commit | 80bf131c8015ca728789925ef3fd9889b7148b4c (patch) | |
tree | fe4717120ebd27daa8c5a40ef2fabb3ab14385f8 /testing | |
parent | 382e32cc233c3d8e627c675c7b000d6858dab9ac (diff) | |
download | aports-80bf131c8015ca728789925ef3fd9889b7148b4c.tar.bz2 aports-80bf131c8015ca728789925ef3fd9889b7148b4c.tar.xz |
testing/knot-resolver4: switch to py3-flake8
Diffstat (limited to 'testing')
-rw-r--r-- | testing/knot-resolver4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/knot-resolver4/APKBUILD b/testing/knot-resolver4/APKBUILD index 9fa529710c..60e346d775 100644 --- a/testing/knot-resolver4/APKBUILD +++ b/testing/knot-resolver4/APKBUILD @@ -14,7 +14,7 @@ depends="dns-root-hints dnssec-root lua5.1-sec lua5.1-socket" _depends_dnstap_dev="fstrm-dev protobuf-dev protobuf-c-dev" _depends_http="$pkgname lua5.1-http" depends_dev="knot-dev>=2.8.0 libedit-dev libuv-dev>=1.7 lmdb-dev luajit-dev>=2.0 $_depends_dnstap_dev" -makedepends="$depends_dev bash cmake gnutls-dev luacheck meson>=0.46 ninja pkgconf py-flake8" +makedepends="$depends_dev bash cmake gnutls-dev luacheck meson>=0.46 ninja pkgconf py3-flake8" checkdepends="cmocka-dev" install="$pkgname.pre-install" subpackages="$pkgname-mod-http:http:noarch $pkgname-mod-dnstap:dnstap $pkgname-dev $pkgname-doc $pkgname-openrc" |