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