From 791f95c97c0e11537730c3716bdf5014515ceb91 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 24 Oct 2016 16:12:05 +0200 Subject: testing/python3.4: fix abuild --- testing/python3.4/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/python3.4/APKBUILD') diff --git a/testing/python3.4/APKBUILD b/testing/python3.4/APKBUILD index 0dfedac8b5..4b2b6e8f33 100644 --- a/testing/python3.4/APKBUILD +++ b/testing/python3.4/APKBUILD @@ -23,7 +23,7 @@ prepare() { rm -r Modules/expat \ Modules/zlib \ Modules/_ctypes/darwin* \ - Modules/_ctypes/libffi* \ + Modules/_ctypes/libffi* } build() { -- cgit v1.2.3