1
0

Compare commits

...

8 Commits

Author SHA256 Message Date
Nathan Cutler
d377d8ed3d .gitmodules: add python-repoze.lru (bsc#1248489)
Signed-off-by: Nathan Cutler <ncutler@suse.cz>
2025-08-25 10:39:52 +02:00
Nathan Cutler
ee0d5a3bce .gitmodules: add python-Routes (bsc#1248489)
Signed-off-by: Nathan Cutler <ncutler@suse.cz>
2025-08-25 10:39:50 +02:00
da5eeb372f Merge pull request '.gitmodules: add python-cmd2 (bsc#1248498)' (#42) from smithfarm/PackageHub:wip-python-cmd2 into leap-16.0
Reviewed-on: products/PackageHub#42
Reviewed-by: Yuchen Lin <maxlin_factory@noreply.src.opensuse.org>
2025-08-22 20:28:21 +02:00
b57b3a0a66 Merge pull request 'Backports.productcompose: exclude ceph-mgr-diskprediction-local (bsc#1248509)' (#47) from smithfarm/PackageHub:wip-python-scikit-learn into leap-16.0
Reviewed-on: products/PackageHub#47
2025-08-22 20:06:25 +02:00
Nathan Cutler
44b26f3ed5 Backports.productcompose: exclude ceph-mgr-diskprediction-local
ceph-mgr-diskprediction-local requires python3-scikit-learn,
which has a huge dependency tree.

Fixes: https://bugzilla.suse.com/show_bug.cgi?id=1248509

Signed-off-by: Nathan Cutler <ncutler@suse.cz>
2025-08-22 20:03:00 +02:00
AutoGits PR Review Bot
342b4e261c Merging
PR: products/PackageHub#30
2025-08-22 11:22:59 +02:00
Nathan Cutler
ee48db1154 .gitmodules: add python-cmd2 (bsc#1248498)
Signed-off-by: Nathan Cutler <ncutler@suse.cz>
2025-08-22 10:46:19 +02:00
AutoGits PR Review Bot
4658733d03 auto-created for product-composer
This commit was autocreated by AutoGits PR Review Bot referencing
 PR: pool/product-composer#3
2025-08-20 12:37:58 +02:00
7 changed files with 24 additions and 1 deletions

12
.gitmodules vendored
View File

@@ -26262,3 +26262,15 @@
path = ripgrep
url = ../../pool/ripgrep
branch = leap-16.0
[submodule "python-cmd2"]
path = python-cmd2
url = ../../pool/python-cmd2
branch = leap-16.0
[submodule "python-Routes"]
path = python-Routes
url = ../../pool/python-Routes
branch = leap-16.0
[submodule "python-repoze.lru"]
path = python-repoze.lru
url = ../../pool/python-repoze.lru
branch = leap-16.0

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Aug 22 16:38:02 UTC 2025 - Nathan Cutler <ncutler@suse.com>
- Backports.productcompose:
+ exclude ceph-mgr-diskprediction-local because it would bring in
python-scikit-learn with a huge dependency tree (bsc#1248509)
-------------------------------------------------------------------
Thu Aug 21 13:04:20 UTC 2025 - Nathan Cutler <ncutler@suse.com>

View File

@@ -59,6 +59,7 @@ packagesets:
- ALP-dummy-release
- bash-legacybin
- busybox-which
- ceph-mgr-diskprediction-local
- cluster-md-kmp-azure
- cluster-md-kmp-rt
- cmake-mini

1
python-Routes Submodule

Submodule python-Routes added at 9e68681b9f

1
python-cmd2 Submodule

Submodule python-cmd2 added at 4d2e0aa7e8

1
python-repoze.lru Submodule

Submodule python-repoze.lru added at 6749440ecd