diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-03-08 10:08:24 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-03-12 11:07:46 -0700 |
commit | 0d8f900816d445b96f92bea25e0ba32167f22a42 (patch) | |
tree | c435169046f40ee34f92023179f325f715f021a7 | |
parent | c4f1c91377534ea92f2e5ff328945d7955aed2f8 (diff) | |
download | meta-security-0d8f900816d445b96f92bea25e0ba32167f22a42.tar.gz |
packagegroup-core-security: change fail2ban ptest to reg python pkg
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/packagegroup/packagegroup-core-security.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-security/packagegroup/packagegroup-core-security.bb index e847847..b8ab27d 100644 --- a/recipes-security/packagegroup/packagegroup-core-security.bb +++ b/recipes-security/packagegroup/packagegroup-core-security.bb | |||
@@ -78,7 +78,7 @@ RDEPENDS_packagegroup-security-ptest = " \ | |||
78 | python-scapy-ptest \ | 78 | python-scapy-ptest \ |
79 | suricata-ptest \ | 79 | suricata-ptest \ |
80 | tripwire-ptest \ | 80 | tripwire-ptest \ |
81 | python3-fail2ban-ptest \ | 81 | python-fail2ban-ptest \ |
82 | ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "apparmor-ptest", "",d)} \ | 82 | ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "apparmor-ptest", "",d)} \ |
83 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \ | 83 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \ |
84 | ptest-runner \ | 84 | ptest-runner \ |