mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
drop '_git' from recipes
This commit is contained in:
14
recipes-devtools/python/python3-colorthief_0.2.1.bb
Normal file
14
recipes-devtools/python/python3-colorthief_0.2.1.bb
Normal file
@ -0,0 +1,14 @@
|
||||
SUMMARY = "This tool creates a palette of up to 36 colours out of a jpg or png image."
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a6cb8301ba6bf08f7e489fbd9061cb78"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/fengsp/color-thief-py.git;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "python3-pillow"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
SRCREV = "3e96a52abfa34323c798a691b2970c6df3059fda"
|
||||
|
Reference in New Issue
Block a user