diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/scons/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scons/APKBUILD b/testing/scons/APKBUILD index 69896f06cf..636bdf1f82 100644 --- a/testing/scons/APKBUILD +++ b/testing/scons/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="scons software construction system" url="http://www.scons.org/" license="MIT" depends="python" -makedepends= +makedepends="python-dev" install= source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" arch="noarch" |