diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cfgv_3.4.0.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cfgv_3.4.0.bb b/meta-python/recipes-devtools/python/python3-cfgv_3.4.0.bb new file mode 100644 index 0000000000..73d5d2567a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cfgv_3.4.0.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | SUMMARY = "Validate configuration and produce human readable error messages." | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=92844452d544a48a78abc3a862fbd8a4" | ||
4 | |||
5 | PYPI_PACKAGE = "cfgv" | ||
6 | |||
7 | inherit pypi setuptools3 | ||
8 | SRC_URI[sha256sum] = "e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560" | ||