aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2015-04-09 10:42:44 +0200
committerBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2015-04-09 10:42:44 +0200
commit94bbd1c8ca7ca5df0cd61ec49c180bfbf42288a6 (patch)
tree25a687d3531946f2cdfe18bbf23de8436ed32884
parent02b250ecd4d80cb4cf2843e4402a769ab0bd07e6 (diff)
downloadaports-94bbd1c8ca7ca5df0cd61ec49c180bfbf42288a6.tar.bz2
aports-94bbd1c8ca7ca5df0cd61ec49c180bfbf42288a6.tar.xz
testing/python3: add linux-headers to makedepends
As headers were unavailable, some modules (such as sockets) were not build.
-rw-r--r--testing/python3/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/python3/APKBUILD b/testing/python3/APKBUILD
index f1ee01b253..e545176d99 100644
--- a/testing/python3/APKBUILD
+++ b/testing/python3/APKBUILD
@@ -4,7 +4,7 @@
pkgname=python3
pkgver=3.4.3
-pkgrel=1
+pkgrel=2
pkgdesc="A high-level scripting language"
url="http://www.python.org"
arch="all"
@@ -12,7 +12,7 @@ license="custom"
subpackages="$pkgname-dev $pkgname-doc $pkgname-tests"
depends=""
makedepends="expat-dev openssl-dev zlib-dev ncurses-dev bzip2-dev
- sqlite-dev libffi-dev tcl-dev"
+ sqlite-dev libffi-dev tcl-dev linux-headers"
source="http://www.python.org/ftp/python/$pkgver/Python-$pkgver.tar.xz
posix_close.patch"