hotosm / underpass

A customizable data engine for processing mapping data
https://underpass.hotosm.org
GNU General Public License v3.0
29 stars 6 forks source link

fix: Use python3-config instead of pkg-config #487

Closed robsavoye closed 3 months ago

robsavoye commented 3 months ago

pkg-config on Ubuntu 23.10 returns python 3.9, but 3.11 is actually what is installed by default. python3-config returns the right values.