diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-05-30 17:17:44 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-06-05 19:25:24 +0000 |
commit | 0c26950b0d693320e3e949a2029f6522d313cbc7 (patch) | |
tree | 738bc6256889eeac77eba90356520481a7ae9fbe | |
parent | bb06a7cbda5b8144e628ee5c1888d533d2fb59ce (diff) | |
download | meta-security-0c26950b0d693320e3e949a2029f6522d313cbc7.tar.gz |
packagegroup-core-security: drop python3-scapy
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-core/packagegroup/packagegroup-core-security.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb index cf9620f..e7b6d9b 100644 --- a/recipes-core/packagegroup/packagegroup-core-security.bb +++ b/recipes-core/packagegroup/packagegroup-core-security.bb | |||
@@ -37,7 +37,6 @@ RDEPENDS_packagegroup-security-utils = "\ | |||
37 | pinentry \ | 37 | pinentry \ |
38 | python3-privacyidea \ | 38 | python3-privacyidea \ |
39 | python3-fail2ban \ | 39 | python3-fail2ban \ |
40 | python3-scapy \ | ||
41 | softhsm \ | 40 | softhsm \ |
42 | libest \ | 41 | libest \ |
43 | opendnssec \ | 42 | opendnssec \ |
@@ -89,7 +88,6 @@ RDEPENDS_packagegroup-meta-security-ptest-packages = "\ | |||
89 | ptest-runner \ | 88 | ptest-runner \ |
90 | samhain-standalone-ptest \ | 89 | samhain-standalone-ptest \ |
91 | libseccomp-ptest \ | 90 | libseccomp-ptest \ |
92 | python3-scapy-ptest \ | ||
93 | suricata-ptest \ | 91 | suricata-ptest \ |
94 | python3-fail2ban-ptest \ | 92 | python3-fail2ban-ptest \ |
95 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \ | 93 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \ |