mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-10 20:28:17 +00:00
python3-objectpath: Add ObjectPath Python Recipe
This commit includes the python3-objectpath recipe, which introduces the agile NoSQL query language for semi-structured data. It is licensed under MIT. Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
a0d526bd7f
commit
55aef29cdb
@@ -0,0 +1,9 @@
|
||||
DESCRIPTION = "The agile NoSQL query language for semi-structured data"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df"
|
||||
|
||||
DEPENDS += "dtc-native"
|
||||
|
||||
SRC_URI[sha256sum] = "461263136c79292e42431fbb85cdcaac4c6a256f6b1aa5b3ae9316e4965ad819"
|
||||
|
||||
inherit pypi setuptools3
|
||||
Reference in New Issue
Block a user