Skip to content

Commit

Permalink
semgrep: add new dependecies after update
Browse files Browse the repository at this point in the history
  • Loading branch information
priv-kweihmann committed Sep 15, 2021
1 parent d6c5687 commit 4fd8829
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4fd8829

Please sign in to comment.