diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-14 01:07:51 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-14 01:07:51 +0100 |
commit | fc8a255e416fa81574c23e31b72806f6bfe7aef2 (patch) | |
tree | 7c0b5d5782527563c95e39ca8b52fe6c4450c18f /testing/py3-llfuse | |
parent | c3a70b29be3cd3c1dc5f5930e975f6bf1edbbd7c (diff) | |
download | aports-fc8a255e416fa81574c23e31b72806f6bfe7aef2.tar.bz2 aports-fc8a255e416fa81574c23e31b72806f6bfe7aef2.tar.xz |
testing/py3-llfuse: remove -doc subpackage
Diffstat (limited to 'testing/py3-llfuse')
-rw-r--r-- | testing/py3-llfuse/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/py3-llfuse/APKBUILD b/testing/py3-llfuse/APKBUILD index 4af362bd44..9b2ec7fd64 100644 --- a/testing/py3-llfuse/APKBUILD +++ b/testing/py3-llfuse/APKBUILD @@ -11,7 +11,6 @@ arch="all" license="LGPL" makedepends="python3-dev fuse-dev attr-dev" checkdepends="pytest" -subpackages="$pkgname-doc" source="https://bitbucket.org/nikratio/python-llfuse/downloads/$_pkgname-$pkgver.tar.bz2" builddir="$srcdir/$_pkgname-$pkgver" |