diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-24 16:12:05 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-24 16:12:21 +0200 |
commit | 791f95c97c0e11537730c3716bdf5014515ceb91 (patch) | |
tree | 52e5da6d5e605e6d7680f16ab5ef2a2cf7d293c4 /testing/python3.4 | |
parent | 3eb004d15be4d7981d561d09739987bb05ad8616 (diff) | |
download | aports-791f95c97c0e11537730c3716bdf5014515ceb91.tar.bz2 aports-791f95c97c0e11537730c3716bdf5014515ceb91.tar.xz |
testing/python3.4: fix abuild
Diffstat (limited to 'testing/python3.4')
-rw-r--r-- | testing/python3.4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |