Skip to content
Snippets Groups Projects
Commit 0dc9e078 authored by Raatty's avatar Raatty Committed by Leo
Browse files

community/py3-feedparser: add missing dependency on py3-sgmllib3k

parent 2e5a9aa6
1 merge request!20938community/py3-feedparser: add py3-sgmllib3k
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment