mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
python-urlgrabber: Update to 3.9.1 with extra patches from Fedora
Add a couple of extra patches from Fedora to make the latest createrepo package work. Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
16
meta/packages/python/python-urlgrabber_3.9.1.bb
Normal file
16
meta/packages/python/python-urlgrabber_3.9.1.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
DESCRIPTION = "urlgrabber is a pure python package that drastically simplifies the fetching of files."
|
||||
|
||||
HOMEPAGE = "http://urlgrabber.baseurl.org/"
|
||||
SECTION = "devel/python"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "GPL"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://urlgrabber.baseurl.org/download/urlgrabber-${PV}.tar.gz \
|
||||
file://urlgrabber-HEAD.patch;patch=1 \
|
||||
file://urlgrabber-reset.patch;patch=1"
|
||||
S = "${WORKDIR}/urlgrabber-${PV}"
|
||||
|
||||
DEPENDS = "python-pycurl"
|
||||
|
||||
inherit distutils
|
||||
Reference in New Issue
Block a user