Community Packages

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!
Tasklist

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
Task Type Bug Report
Category Packages
Status Assigned
Assigned To Jaroslav Lichtblau (Dragonlord)
Bruno Pagani (ArchangeGabriel)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 1
Private No

Details

Description:

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

Comment by Eli Schwartz (eschwartz) - Sunday, 16 May 2021, 14:11 GMT
In fact, please can we patch this to rely on the system ca-certificates rather than certifi?
Comment by Repentinus (Repentinus) - Thursday, 24 June 2021, 16:46 GMT
That patch should be `sed -i '8d;48,51d' pyproj/network.py` once cd-ed into the source directory (for pyproj 3.1.0).

Loading...