From 791f95c97c0e11537730c3716bdf5014515ceb91 Mon Sep 17 00:00:00 2001
From: Jakub Jirutka <jakub@jirutka.cz>
Date: Mon, 24 Oct 2016 16:12:05 +0200
Subject: [PATCH] testing/python3.4: fix abuild

---
 testing/python3.4/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/python3.4/APKBUILD b/testing/python3.4/APKBUILD
index 0dfedac8b54c..4b2b6e8f3330 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() {
-- 
GitLab