Skip to content

Commit 043d2aa

Browse files
author
Pavel Siska
committed
Rpmbuild: Add new dependencies on python3-{pyaml,jsonschema}
1 parent b1aabfd commit 043d2aa

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

pkg/rpm/ipfixprobe-msec.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ Requires: libatomic
3939
Requires: fuse3
4040
Requires: lz4
4141
Requires: openssl
42+
Requires: python3
43+
Requires: python3-pyyaml
44+
Requires: python3-jsonschema
4245

4346
%description
4447
ipfixprobe is a network traffic analysis tool that exports IPFIX flows with extended elements via plugins.

pkg/rpm/ipfixprobe-nemea.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ Requires: libatomic
4343
Requires: fuse3
4444
Requires: lz4
4545
Requires: openssl
46+
Requires: python3
47+
Requires: python3-pyyaml
48+
Requires: python3-jsonschema
4649

4750
%description
4851
ipfixprobe is a network traffic analysis tool that exports IPFIX flows with extended elements via plugins.

pkg/rpm/ipfixprobe.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ Requires: libatomic
4545
Requires: fuse3
4646
Requires: lz4
4747
Requires: openssl
48+
Requires: python3
49+
Requires: python3-pyyaml
50+
Requires: python3-jsonschema
4851

4952
%description
5053
ipfixprobe is a network traffic analysis tool that exports IPFIX flows with extended elements via plugins.

0 commit comments

Comments
 (0)