add more py deps

This commit is contained in:
Louis Abel 2024-03-06 17:48:34 -07:00
parent b56539d855
commit c8a831acd1
Signed by: label
GPG Key ID: 2A6975660E424560
1 changed files with 55 additions and 0 deletions

View File

@ -1757,6 +1757,52 @@ package {
}
}
package {
name: "python-matplotlib"
type: PACKAGE_TYPE_NORMAL_FORK
repository {
name: "hidden"
include_filter: "python3-matplotlib.aarch64"
include_filter: "python3-matplotlib-doc.aarch64"
include_filter: "python3-matplotlib-gtk3.aarch64"
include_filter: "python3-matplotlib-gtk4.aarch64"
include_filter: "python3-matplotlib-qt5.aarch64"
include_filter: "python3-matplotlib-qt6.aarch64"
include_filter: "python3-matplotlib-test-data.aarch64"
include_filter: "python3-matplotlib-tk.aarch64"
include_filter: "python3-matplotlib-wx.aarch64"
include_filter: "python3-matplotlib-data-fonts.noarch"
include_filter: "python3-matplotlib-data.noarch"
include_filter: "python3-matplotlib-doc.ppc64le"
include_filter: "python3-matplotlib-gtk3.ppc64le"
include_filter: "python3-matplotlib-gtk4.ppc64le"
include_filter: "python3-matplotlib.ppc64le"
include_filter: "python3-matplotlib-qt5.ppc64le"
include_filter: "python3-matplotlib-qt6.ppc64le"
include_filter: "python3-matplotlib-test-data.ppc64le"
include_filter: "python3-matplotlib-tk.ppc64le"
include_filter: "python3-matplotlib-wx.ppc64le"
include_filter: "python3-matplotlib-doc.s390x"
include_filter: "python3-matplotlib-gtk3.s390x"
include_filter: "python3-matplotlib-gtk4.s390x"
include_filter: "python3-matplotlib-qt5.s390x"
include_filter: "python3-matplotlib-qt6.s390x"
include_filter: "python3-matplotlib.s390x"
include_filter: "python3-matplotlib-test-data.s390x"
include_filter: "python3-matplotlib-tk.s390x"
include_filter: "python3-matplotlib-wx.s390x"
include_filter: "python3-matplotlib-doc.x86_64"
include_filter: "python3-matplotlib-gtk3.x86_64"
include_filter: "python3-matplotlib-gtk4.x86_64"
include_filter: "python3-matplotlib-qt5.x86_64"
include_filter: "python3-matplotlib-qt6.x86_64"
include_filter: "python3-matplotlib-test-data.x86_64"
include_filter: "python3-matplotlib-tk.x86_64"
include_filter: "python3-matplotlib-wx.x86_64"
include_filter: "python3-matplotlib.x86_64"
}
}
package {
name: "python-munkres"
type: PACKAGE_TYPE_NORMAL_FORK
@ -1828,6 +1874,15 @@ package {
}
}
package {
name: "python-sortedcontainers"
type: PACKAGE_TYPE_NORMAL_FORK
repository {
name: "hidden"
include_filter: "python3-sortedcontainers.noarch"
}
}
package {
name: "python-sphinx-issues"
type: PACKAGE_TYPE_NORMAL_FORK