mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-21 21:01:23 +00:00
add missing hidden dep
This commit is contained in:
parent
9329c10e86
commit
23bb1196ee
12
hidden.cfg
12
hidden.cfg
@ -237,6 +237,18 @@ package {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
package {
|
||||||
|
name: "python-setproctitle"
|
||||||
|
type: PACKAGE_TYPE_NORMAL_SRC
|
||||||
|
repository {
|
||||||
|
name: "hidden"
|
||||||
|
include_filter: "python3-setproctitle.aarch64"
|
||||||
|
include_filter: "python3-setproctitle.ppc64le"
|
||||||
|
include_filter: "python3-setproctitle.s390x"
|
||||||
|
include_filter: "python3-setproctitle.x86_64"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
package {
|
package {
|
||||||
name: "classloader-leak-test-framework"
|
name: "classloader-leak-test-framework"
|
||||||
type: PACKAGE_TYPE_NORMAL_SRC
|
type: PACKAGE_TYPE_NORMAL_SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user