diff options
Diffstat (limited to 'testing/awake/APKBUILD')
-rw-r--r-- | testing/awake/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/awake/APKBUILD b/testing/awake/APKBUILD index 96c1b1bcdb..e58785caa4 100644 --- a/testing/awake/APKBUILD +++ b/testing/awake/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="GPL3" depends="python py-awake" depends_dev="" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="$pkgname-doc py-$pkgname:py" source="$pkgname-$pkgver.tar.gz::https://github.com/cyraxjoe/awake/archive/v$pkgver.tar.gz" |