summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-02-21 08:24:34 -0800
committerArmin Kuster <akuster808@gmail.com>2021-02-23 20:34:51 -0800
commit8f51c5b9a20cc076bca347e34a6592cc8f556e8f (patch)
tree21e3f6b389360535d9bfaa5e1d93fae9568f7016
parent725526e0ea0283bc704a481a044d9cbf6fd99f20 (diff)
downloadmeta-security-8f51c5b9a20cc076bca347e34a6592cc8f556e8f.tar.gz
python3-suricata-update: Inherit python3targetconfig
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-ids/suricata/python3-suricata-update_1.1.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ids/suricata/python3-suricata-update_1.1.1.bb b/recipes-ids/suricata/python3-suricata-update_1.1.1.bb
index 0070b5b..732ca9a 100644
--- a/recipes-ids/suricata/python3-suricata-update_1.1.1.bb
+++ b/recipes-ids/suricata/python3-suricata-update_1.1.1.bb
@@ -10,6 +10,6 @@ SRC_URI = "git://github.com/OISF/suricata-update;branch='master-1.1.x'"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13inherit python3native setuptools3 13inherit python3native python3targetconfig setuptools3
14 14
15RDEPENDS_${PN} = "python3-pyyaml" 15RDEPENDS_${PN} = "python3-pyyaml"