aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-feedparser/APKBUILD
diff options
context:
space:
mode:
authorRaatty <me@raatty.club>2021-04-28 22:21:31 +1200
committerLeo <thinkabit.ukim@gmail.com>2021-04-28 23:02:29 +0000
commit0dc9e0786c25e8647eaa70b190d8de6642510291 (patch)
treea95b4d52b98315bbdfd88a3bcbf9d256c714ea6f /community/py3-feedparser/APKBUILD
parent2e5a9aa6c530417a2ee4f9828b7721de436b5a07 (diff)
community/py3-feedparser: add missing dependency on py3-sgmllib3k
Diffstat (limited to 'community/py3-feedparser/APKBUILD')
-rw-r--r--community/py3-feedparser/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-feedparser/APKBUILD b/community/py3-feedparser/APKBUILD
index bc42ea65cf4..12185234bd6 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