Add more vague dep mappings.
This commit is contained in:
parent
7d1b7ed4ed
commit
814960809c
1 changed files with 2 additions and 0 deletions
|
@ -294,6 +294,8 @@ def get_package_for_python_module(apt_mgr, module, python_version, specs):
|
||||||
vague_map = {
|
vague_map = {
|
||||||
"the Gnu Scientific Library": "libgsl-dev",
|
"the Gnu Scientific Library": "libgsl-dev",
|
||||||
"the required FreeType library": "libfreetype-dev",
|
"the required FreeType library": "libfreetype-dev",
|
||||||
|
"PythonLibs": "libpython3-dev",
|
||||||
|
"ZLIB": "libz3-dev",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue