add python hidden deps

This commit is contained in:
Louis Abel 2023-01-19 18:19:10 -07:00
parent f72dbc3172
commit 7db80c25c7
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 46 additions and 0 deletions

View File

@ -161,6 +161,52 @@ package {
}
}
package {
name: "python-click"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "hidden"
include_filter: "python3-click.noarch"
}
}
package {
name: "python-flask"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "hidden"
include_filter: "python-flask-doc.noarch"
include_filter: "python3-flask.noarch"
}
}
package {
name: "python-itsdangerous"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "hidden"
include_filter: "python3-itsdangerous.noarch"
}
}
package {
name: "python-mock"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "hidden"
include_filter: "python3-mock.noarch"
}
}
package {
name: "python-nose"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "hidden"
include_filter: "python3-nose.noarch"
}
}
# All Excludes
#exclude_filter {
# repo_match: "plus"