mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-12-28 04:50:55 +00:00
add python deps
This commit is contained in:
parent
7c7d7d0a67
commit
7baf6051ba
1 changed files with 40 additions and 0 deletions
40
hidden.cfg
40
hidden.cfg
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue