aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-fuse/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/py-fuse/APKBUILD')
-rw-r--r--main/py-fuse/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-fuse/APKBUILD b/main/py-fuse/APKBUILD
index 3b6154ec43..ffe367ef72 100644
--- a/main/py-fuse/APKBUILD
+++ b/main/py-fuse/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="Python bindings for FUSE - filesystem in userspace"
url="https://github.com/libfuse/python-fuse/"
arch="all"
license="LGPL2+"
-depends="python"
+depends="python2"
makedepends="python2-dev py-setuptools fuse-dev"
source="https://github.com/libfuse/python-fuse/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver