add python deps

This commit is contained in:
Louis Abel 2024-03-06 17:14:08 -07:00
parent 7c7d7d0a67
commit 7baf6051ba
Signed by: label
GPG Key ID: 2A6975660E424560
1 changed files with 40 additions and 0 deletions

View File

@ -1694,6 +1694,15 @@ package {
}
}
package {
name: "python-CommonMark"
type: PACKAGE_TYPE_NORMAL_FORK
repository {
name: "hidden"
include_filter: "python3-CommonMark.noarch"
}
}
package {
name: "python-dbusmock"
type: PACKAGE_TYPE_NORMAL_FORK
@ -1727,6 +1736,28 @@ package {
}
}
package {
name: "python-hypothesis"
type: PACKAGE_TYPE_NORMAL_FORK
repository {
name: "hidden"
include_filter:
include_filter: "python3-hypothesis"
include_filter: "python3-hypothesis+cli"
include_filter: "python3-hypothesis+codemods"
include_filter: "python3-hypothesis+dateutil"
include_filter: "python3-hypothesis+django"
include_filter: "python3-hypothesis+ghostwriter"
include_filter: "python3-hypothesis+lark"
include_filter: "python3-hypothesis+numpy"
include_filter: "python3-hypothesis+pandas"
include_filter: "python3-hypothesis+pytest"
include_filter: "python3-hypothesis+pytz"
include_filter: "python3-hypothesis+redis"
include_filter: "python3-hypothesis+zoneinfo"
}
}
package {
name: "python-munkres"
type: PACKAGE_TYPE_NORMAL_FORK
@ -1764,6 +1795,15 @@ package {
}
}
package {
name: "python-recommonmark"
type: PACKAGE_TYPE_NORMAL_FORK
repository {
name: "hidden"
include_filter: "python3-recommonmark.noarch"
}
}
package {
name: "python-rjsmin"
type: PACKAGE_TYPE_NORMAL_FORK