| From: | Peter Svensson <peter(dot)svensson(at)smhi(dot)se> |
|---|---|
| To: | "pgsql-pkg-yum(at)lists(dot)postgresql(dot)org" <pgsql-pkg-yum(at)lists(dot)postgresql(dot)org> |
| Subject: | gdal312-python-tools dependency error on RHEL10 |
| Date: | 2026-02-16 14:54:10 |
| Message-ID: | a085d1dd8ee548d2a1dd2a20216a563e@smhi.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-pkg-yum |
Hi,
I have problem with dependency for gdal312-python-tools on RHEL10
We have redhat, epel and PGDG repositories
First I install gdal312-python3 and it also install gdal312-libs from PGDG repo due to dependency.
$ rpm -qa|grep gdal
gdal312-libs-3.12.2-1PGDG.rhel10.1.x86_64
gdal312-python3-3.12.2-1PGDG.rhel10.1.x86_64
Then i try to install gdal312-python-tools from PGDG repo, but it will install gdal-libs from rhel repo, and python3-gdal from epel repo.
Installing:
gdal312-python-tools x86_64 3.12.2-1PGDG.rhel10.1 PGDG repo
Installing dependencies:
gdal-libs x86_64 3.10.3-3.el10 rhel-appstream repo
libpq x86_64 16.11-3.el10_1 rhel-baseos repo
python3-gdal x86_64 3.10.3-7.el10_2 epel repo
Error: Transaction test error:
file /usr/lib64/python3.12/site-packages/osgeo/__init__.py from install of python3-gdal-3.10.3-7.el10_2.x86_64 conflicts with file from package gdal312-python3-3.12.2-1PGDG.rhel10.1.x86_64
...
Why does gdal312-python-tools requires gdal-libs and python3-gdal instead of gdal312-libs and gdal312-python3 ?
Regards,
Peter
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Devrim Gündüz | 2026-02-17 07:04:56 | Re: gdal312-python-tools dependency error on RHEL10 |
| Previous Message | Devrim Gündüz | 2026-02-04 07:40:22 | Re: HTML syntax issue on packaging news page |