mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:25:24 +02:00
Add some missing type libraries for mypy (#9657)
* add some missing types * install pkg-config * install pkg-config for docker too * add pkg-config to plugins * pkg-config when cryptography may need to be built * deps cleanup * more comments * more tweaks
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Install OS dependencies for test farm tests.
|
||||
#
|
||||
# This does not include the dependencies needed to build cryptography. See
|
||||
# https://cryptography.io/en/latest/installation/#building-cryptography-on-linux
|
||||
|
||||
set -ex # Work even if somebody does "sh thisscript.sh".
|
||||
|
||||
|
||||
Reference in New Issue
Block a user