Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#70903 - [python-pyproj] add python-certifi as dependency
Attached to Project:
Community Packages
Opened by Sergey Kolesov (cucullus) - Sunday, 16 May 2021, 11:46 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 10 May 2023, 05:57 GMT
Opened by Sergey Kolesov (cucullus) - Sunday, 16 May 2021, 11:46 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 10 May 2023, 05:57 GMT
|
DetailsDescription:
python-pyproj 3.x needs python-certifi as dependency. File "/usr/lib/python3.9/site-packages/mpl_toolkits/basemap/__init__.py", line 46, in <module> import pyproj File "/usr/lib/python3.9/site-packages/pyproj/__init__.py", line 49, in <module> import pyproj.network File "/usr/lib/python3.9/site-packages/pyproj/network.py", line 8, in <module> import certifi ModuleNotFoundError: No module named 'certifi' $ pacman -Q python-pyproj python-pyproj 3.0.1-1 |
This task depends upon

In fact, please can we patch this to rely on the system ca-certificates rather than certifi?

That patch should be `sed -i '8d;48,51d' pyproj/network.py` once cd-ed into the source directory (for pyproj 3.1.0).