mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-25 01:01:33 +02:00
Missing libtinfo5 installation added to build.py
This commit is contained in:
1
build.py
1
build.py
@ -15,6 +15,7 @@ if __name__ == "__main__":
|
||||
build_policy = ["mp-units", "outdated"],
|
||||
upload_dependencies = "all",
|
||||
pip_install = ["sphinx", "recommonmark", "breathe"],
|
||||
docker_entry_script = "sudo apt-get -qq update && sudo apt-get -qq install -y libtinfo5",
|
||||
|
||||
# build configurations
|
||||
archs = ["x86_64"], # limit to 64-bit only
|
||||
|
Reference in New Issue
Block a user