summaryrefslogtreecommitdiffstats
path: root/requirements.d
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2019-03-13 05:40:25 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2019-03-13 18:26:47 +0100
commit5173b9f40785ddd3a016de9c838e3d8e55f8dd14 (patch)
tree35d1641f85b1bd112b887b3953da24c28bd6e777 /requirements.d
parent80ade7093d3dc7e6aa9109409d2e65c2c31a382c (diff)
add pkg-config support, fixes #1925
1. BORG_*_PREFIX is checked (avoids lib detection via pkg-config). 2. pkg-config is tried 3. fallback to bundled C code (or failure in case of OpenSSL) also: - simplified code again - removed (c) headers, nothing left of original code
Diffstat (limited to 'requirements.d')
-rw-r--r--requirements.d/development.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.d/development.txt b/requirements.d/development.txt
index 66262e2f1..a8f90b878 100644
--- a/requirements.d/development.txt
+++ b/requirements.d/development.txt
@@ -3,6 +3,7 @@ setuptools_scm
pip
virtualenv
tox
+pkgconfig
pytest
pytest-xdist
pytest-cov