diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-02-21 08:24:34 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-02-23 20:34:51 -0800 |
commit | 8f51c5b9a20cc076bca347e34a6592cc8f556e8f (patch) | |
tree | 21e3f6b389360535d9bfaa5e1d93fae9568f7016 | |
parent | 725526e0ea0283bc704a481a044d9cbf6fd99f20 (diff) | |
download | meta-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.bb | 2 |
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 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | inherit python3native setuptools3 | 13 | inherit python3native python3targetconfig setuptools3 |
14 | 14 | ||
15 | RDEPENDS_${PN} = "python3-pyyaml" | 15 | RDEPENDS_${PN} = "python3-pyyaml" |