add ocaml dep

This commit is contained in:
Louis Abel 2022-12-12 16:13:34 -07:00
parent 2377596068
commit b445195195
Signed by: label
GPG Key ID: 6735C0E1BD65D048

View File

@ -19,6 +19,7 @@
# tinyxml2 # tinyxml2
# z3 # z3
# ghc-rpm-macros # ghc-rpm-macros
# ocaml-zarith
package { package {
name: "PyQt-builder" name: "PyQt-builder"
type: PACKAGE_TYPE_NORMAL_SRC type: PACKAGE_TYPE_NORMAL_SRC
@ -144,6 +145,22 @@ package {
} }
} }
package {
name: "ocaml-zarith"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "hidden"
include_filter: "ocaml-zarith.x86_64"
include_filter: "ocaml-zarith-devel.x86_64"
include_filter: "ocaml-zarith.aarch64"
include_filter: "ocaml-zarith-devel.aarch64"
include_filter: "ocaml-zarith.ppc64le"
include_filter: "ocaml-zarith-devel.ppc64le"
include_filter: "ocaml-zarith.s390x"
include_filter: "ocaml-zarith-devel.s390x"
}
}
# All Excludes # All Excludes
#exclude_filter { #exclude_filter {
# repo_match: "plus" # repo_match: "plus"