Skip to content
Snippets Groups Projects
Commit d9c3ae49 authored by Skip Grube's avatar Skip Grube
Browse files

Adding python3-setproctitle as run time dependency

parent c8507a54
No related branches found
No related tags found
No related merge requests found
......@@ -176,3 +176,14 @@ package {
multilib: "x86_64"
}
}
# python-setproctitle is a run-time dependency of Samba DC
# It exists in rocky9 devel repo, but we make it available here for convenience
package {
name: "python-setproctitle"
type: PACKAGE_TYPE_NORMAL_FORK
repository {
name: "fasttrack-updates"
include_filter: "python3-setproctitle.x86_64"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment