mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 22:36:21 +00:00
python3-absl: add version 0.7.0
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
8028fe70b6
commit
093816152e
14
meta-python/recipes-devtools/python/python3-absl_0.7.0.bb
Normal file
14
meta-python/recipes-devtools/python/python3-absl_0.7.0.bb
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
SUMMARY = "Abseil Python Common Libraries"
|
||||||
|
HOMEPAGE = "https://github.com/abseil/abseil-py"
|
||||||
|
SECTION = "devel/python"
|
||||||
|
LICENSE = "Apache-2.0"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/abseil/abseil-py.git"
|
||||||
|
SRCREV ?= "e3ce504183c57fc4eca52fe84732c11cda99d131"
|
||||||
|
|
||||||
|
inherit setuptools3
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
Loading…
x
Reference in New Issue
Block a user