diff --git a/community/py3-feedparser/APKBUILD b/community/py3-feedparser/APKBUILD index bc42ea65cf42f7f4b1cf4c741243e7cbb7d49e4b..12185234bd61d7dc94d9391301c25ecf4298de50 100644 --- a/community/py3-feedparser/APKBUILD +++ b/community/py3-feedparser/APKBUILD @@ -3,13 +3,13 @@ pkgname=py3-feedparser _pkgname=feedparser pkgver=6.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Python3 feed parser for RSS and Atom" options="!check" # Tests are py2 only url="https://github.com/kurtmckee/feedparser" arch="noarch" license="BSD-2-Clause" -depends="python3" +depends="python3 py3-sgmllib3k" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver