Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Armin kuster
meta-security
Commits
847bd755
Commit
847bd755
authored
Aug 21, 2021
by
Armin kuster
Browse files
harden-checker: Convert to new overrides
Signed-off-by:
Armin Kuster
<
akuster808@gmail.com
>
parent
1332825d
Changes
4
Hide whitespace changes
Inline
Side-by-side
recipes-devtools/python/python3-checksec.py-native_0.6.1.bb
View file @
847bd755
...
...
@@ -8,7 +8,7 @@ SECTION = "devel/python"
LICENSE = "GPL-3.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
RDEPENDS
_
${PN} += " \
RDEPENDS
:
${PN} += " \
python3-docopt-native \
python3-lief-native \
python3-pylddwrap-native \
...
...
recipes-devtools/python/python3-icontract_2.5.3.bb
View file @
847bd755
...
...
@@ -9,6 +9,6 @@ SRC_URI[sha256sum] = "b790101c8cc0d9df0105d852a645373c4d90d5049391b6e54db32a0acb
inherit pypi setuptools3
RDEPENDS
_
${PN} += "python3-asttokens"
RDEPENDS
:
${PN} += "python3-asttokens"
BBCLASSEXTEND += "native"
recipes-devtools/python/python3-pylddwrap_1.0.1.bb
View file @
847bd755
...
...
@@ -11,9 +11,9 @@ SRC_URI[sha256sum] = "171a39fc7feb33e607706c57c08373ceb2f6fd4362af9241ccc65e80c9
inherit pypi setuptools3
RDEPENDS
_
${PN} += "python3-icontract"
RDEPENDS
:
${PN} += "python3-icontract"
do_install
_
append() {
do_install
:
append() {
rm -f "${D}/${datadir}/requirements.txt"
rm -f "${D}/${datadir}/README.rst"
}
...
...
recipes-devtools/python/python3-rich_7.1.0.bb
View file @
847bd755
...
...
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "ff701be541be32bcf46e821487c00bf4fa560aa814fc3cc9b3d514fd9b
S = "${WORKDIR}/rich-7.1.0"
RDEPENDS
_
${PN} = "python3-typing-extensions python3-pygments python3-commonmark python3-colorama"
RDEPENDS
:
${PN} = "python3-typing-extensions python3-pygments python3-commonmark python3-colorama"
inherit pypi setuptools3
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment