From 9be9186999f7407fc97ca3e50d9aee8567381693 Mon Sep 17 00:00:00 2001 From: Breno Leitao Date: Tue, 9 May 2017 14:25:10 +0000 Subject: testing/crda: Fix build dependency crda depends on python but does not have the dependency clearly required. Causing the following error: env: can't execute 'python': No such file or directory make: *** [Makefile:115: keys-gcrypt.c] Error 127 Fixing the dependency chain. --- testing/crda/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/crda') diff --git a/testing/crda/APKBUILD b/testing/crda/APKBUILD index f6e11ea8aa..c8598f594b 100644 --- a/testing/crda/APKBUILD +++ b/testing/crda/APKBUILD @@ -8,7 +8,7 @@ url="http://www.linuxwireless.org/en/developers/Regulatory/CRDA/" arch="all" license="GPL" depends="wireless-regdb" -makedepends="linux-headers libnl-dev py-m2crypto libgcrypt-dev" +makedepends="linux-headers libnl-dev py2-m2crypto libgcrypt-dev python" subpackages="$pkgname-dev $pkgname-doc" source="http://kernel.org/pub/software/network/crda/crda-3.18.tar.xz 01-Makefile-dont-run-ldconfig.patch" -- cgit v1.2.3