diff options
Diffstat (limited to 'user/py3-olefile/APKBUILD')
-rw-r--r-- | user/py3-olefile/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/py3-olefile/APKBUILD b/user/py3-olefile/APKBUILD index 06bbd6951..0c1692192 100644 --- a/user/py3-olefile/APKBUILD +++ b/user/py3-olefile/APKBUILD @@ -9,7 +9,7 @@ url="https://pypi.python.org/project/olefile" arch="noarch" license="BSD-2-Clause Custom" depends="python3" -makedepends="py3-setuptools python3-dev unzip" +makedepends="python3-dev unzip" install="" giturl="https://github.com/decalage2/olefile" source="$pkgname-$pkgver.zip::https://files.pythonhosted.org/packages/source/o/$_pkgname/$_pkgname-$pkgver.zip" |