Commit 0b753df
committed
Fix EL9 python dependency
Also bump the release version twice since we have a 3.5.0-3 in OSG 23
already: https://github.com/opensciencegrid/xcache/releases/tag/v3.5.0-3
```
blin@blin-work:~$ podman run --rm -it quay.io/rockylinux/rockylinux:9 rpm -q --provides python3
platform-python = 3.9.16-1.el9
platform-python(x86-64) = 3.9.16-1.el9
python(abi) = 3.9
python(abi) = 3.9
python3 = 3.9.16-1.el9
python3(x86-64) = 3.9.16-1.el9
python3.9 = 3.9.16-1.el9
python3.9(x86-64) = 3.9.16-1.el9
python39 = 3.9.16-1.el9
blin@blin-work:~$ podman run --rm -it quay.io/almalinux/almalinux:9 rpm -q --provides python3
platform-python = 3.9.14-1.el9_1.1
platform-python(x86-64) = 3.9.14-1.el9_1.1
python(abi) = 3.9
python(abi) = 3.9
python3 = 3.9.14-1.el9_1.1
python3(x86-64) = 3.9.14-1.el9_1.1
python3.9 = 3.9.14-1.el9_1.1
python3.9(x86-64) = 3.9.14-1.el9_1.1
python39 = 3.9.14-1.el9_1.1
blin@blin-work:~$ podman run --rm -it quay.io/centos/centos:stream9 rpm -q --provides python3
platform-python = 3.9.16-1.el9
platform-python(x86-64) = 3.9.16-1.el9
python(abi) = 3.9
python(abi) = 3.9
python3 = 3.9.16-1.el9
python3(x86-64) = 3.9.16-1.el9
python3.9 = 3.9.16-1.el9
python3.9(x86-64) = 3.9.16-1.el9
python39 = 3.9.16-1.el9
```1 parent 94204f1 commit 0b753df
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
309 | 312 | | |
310 | 313 | | |
311 | 314 | | |
| |||
0 commit comments