Commit 11d486d
images/server: Remove explicit installation of dependencies
These packages[1] are automatically pulled in with python3-sambacc
extras which gets built by default and available for installation
as weak dependencies. If we know that these packages[1] exists and
available, then we should be good here to assume that they are pulled
in during the installation of corresponding python3-sambacc extras.
$ rpm -q --requires \
python3-sambacc+toml-0.8~1.g52a3e0101-1.el9.noarch.rpm | grep tomli
python3.9dist(tomli)
$ rpm -q --requires \
python3-sambacc+yaml-0.8~1.g52a3e0101-1.el9.noarch.rpm | grep pyyaml
python3.9dist(pyyaml) >= 5.4
$ rpm -q --requires \
python3-sambacc+rados-0.8~1.g52a3e0101-1.el9.noarch.rpm | grep rados
python3.9dist(rados)
[1] python3-pyyaml, python3-tomli and python3-rados
Signed-off-by: Anoop C S <[email protected]>1 parent a08a938 commit 11d486d
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | 204 | | |
209 | 205 | | |
210 | 206 | | |
| |||
0 commit comments