try a hidden deps idea

This commit is contained in:
Louis Abel 2022-10-25 21:02:39 -07:00
parent b1c10e3b6d
commit 7cd15bbed6
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 17 additions and 0 deletions

17
hidden.cfg Normal file
View File

@ -0,0 +1,17 @@
# kind: resf.peridot.v1.CatalogSync
# hidden deps idea
package {
name: "PyQt-builder"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "plus"
include_filter: "PyQt-builder.noarch"
}
}
exclude_filter {
repo_match: "plus"
arch {
key: "*"
glob_match: "PyQt-builder"
}
}