python3-lazy-object-proxy: Consolidate in a single file

Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi
2020-06-24 18:16:24 +03:00
committed by Khem Raj
parent 0c9afaa631
commit db824e1917
2 changed files with 12 additions and 14 deletions

View File

@@ -1,2 +1,12 @@
inherit setuptools3
require python-lazy-object-proxy.inc
SUMMARY = "A fast and thorough lazy object proxy"
HOMEPAGE = "https://python-lazy-object-proxy.readthedocs.io/"
LICENSE = "BSD-2-Clause"
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9c5c2c74370826468065c5702b8a1fcf"
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
SRC_URI[md5sum] = "5c64c06affcd2a7c6ddc848af4280cca"
SRC_URI[sha256sum] = "f3900e8a5de27447acbf900b4750b0ddfd7ec1ea7fbaf11dfa911141bc522af0"
inherit pypi setuptools3