add missing hidden dep

This commit is contained in:
Louis Abel 2023-08-15 13:42:45 -07:00
parent 9329c10e86
commit 23bb1196ee
Signed by: label
GPG Key ID: 3331F061D1D9990E
1 changed files with 12 additions and 0 deletions

View File

@ -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 {
name: "classloader-leak-test-framework"
type: PACKAGE_TYPE_NORMAL_SRC