Add more vague dep mappings.

This commit is contained in:
Jelmer Vernooij 2021-03-30 19:43:23 +01:00
parent 7d1b7ed4ed
commit 814960809c

View file

@ -294,6 +294,8 @@ def get_package_for_python_module(apt_mgr, module, python_version, specs):
vague_map = {
"the Gnu Scientific Library": "libgsl-dev",
"the required FreeType library": "libfreetype-dev",
"PythonLibs": "libpython3-dev",
"ZLIB": "libz3-dev",
}