summaryrefslogtreecommitdiffstats
path: root/external/meta-python2/recipes-devtools/python/python-lazy-object-proxy_1.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-python2/recipes-devtools/python/python-lazy-object-proxy_1.4.3.bb')
-rw-r--r--external/meta-python2/recipes-devtools/python/python-lazy-object-proxy_1.4.3.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/external/meta-python2/recipes-devtools/python/python-lazy-object-proxy_1.4.3.bb b/external/meta-python2/recipes-devtools/python/python-lazy-object-proxy_1.4.3.bb
new file mode 100644
index 00000000..e32a1245
--- /dev/null
+++ b/external/meta-python2/recipes-devtools/python/python-lazy-object-proxy_1.4.3.bb
@@ -0,0 +1,12 @@
+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"
+
+SRC_URI[md5sum] = "5c64c06affcd2a7c6ddc848af4280cca"
+SRC_URI[sha256sum] = "f3900e8a5de27447acbf900b4750b0ddfd7ec1ea7fbaf11dfa911141bc522af0"
+
+DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
+
+inherit pypi setuptools