mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-06 17:27:31 +01:00
python-flask-pymongo: replace startline=1 with beginline=1 in LIC_FILES_CHKSUM
'startline' is not a recognised keyword, it's beginline Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
2f6db6b1fc
commit
6bee4d5859
|
|
@ -3,7 +3,7 @@ DESCRIPTION = "PyMongo support for Flask applications."
|
|||
HOMEPAGE = "https://github.com/mitsuhiko/flask/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://flask_pymongo/wrappers.py;startline=1;endline=24;md5=424c4e1047d28e01b4e4634a069c019d"
|
||||
LIC_FILES_CHKSUM = "file://flask_pymongo/wrappers.py;beginline=1;endline=24;md5=424c4e1047d28e01b4e4634a069c019d"
|
||||
|
||||
SRC_URI[md5sum] = "d7a1b717f27154e1f3a355f8ec2467d6"
|
||||
SRC_URI[sha256sum] = "2baaa2ba5107d72b3a8bd4b5c0c8881316e35340ad1ae979cc13f1f3c8843b3d"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user