From 4fd882943e8e028db0a11575412a4625b1f0ddc2 Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Wed, 15 Sep 2021 17:25:31 +0200 Subject: [PATCH] semgrep: add new dependecies after update --- .../python3-click-option-group-native_0.5.3.bb | 16 ++++++++++++++++ .../python3-semgrep-native_0.65.0.bb | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 recipes-python/python-click-option-group-native/python3-click-option-group-native_0.5.3.bb diff --git a/recipes-python/python-click-option-group-native/python3-click-option-group-native_0.5.3.bb b/recipes-python/python-click-option-group-native/python3-click-option-group-native_0.5.3.bb new file mode 100644 index 0000000000..5231870c6f --- /dev/null +++ b/recipes-python/python-click-option-group-native/python3-click-option-group-native_0.5.3.bb @@ -0,0 +1,16 @@ +SUMMARY = "Option groups missing in Click" +HOMEPAGE = "https://github.com/click-contrib/click-option-group" + +DEPENDS += "python3-click-native" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f10e5cf198b01ce7c7ed725a55d3b39d" + +SRC_URI[md5sum] = "43e956a33cfa9010363b7d16da836ce1" +SRC_URI[sha256sum] = "a6e924f3c46b657feb5b72679f7e930f8e5b224b766ab35c91ae4019b4e0615e" + +PYPI_PACKAGE = "click-option-group" + +inherit pypi +inherit setuptools3 +inherit native diff --git a/recipes-sca/python3-semgrep-native/python3-semgrep-native_0.65.0.bb b/recipes-sca/python3-semgrep-native/python3-semgrep-native_0.65.0.bb index 870757983f..b3a13d177e 100644 --- a/recipes-sca/python3-semgrep-native/python3-semgrep-native_0.65.0.bb +++ b/recipes-sca/python3-semgrep-native/python3-semgrep-native_0.65.0.bb @@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffe DEPENDS += "\ python3-attrs-native \ + python3-click-native \ + python3-click-option-group-native \ python3-colorama-native \ python3-jsonschema-native \ python3-packaging-native \