From 297ad776b855c2c294f630e51c107cb2f63de21f Mon Sep 17 00:00:00 2001 From: baloola <baloola-mu@hotmail.com> Date: Mon, 2 Nov 2020 13:11:40 +0100 Subject: [PATCH] fixing pip install gdal --- testing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/requirements.txt b/testing/requirements.txt index 943425dd..6b739cb3 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -5,4 +5,4 @@ paramiko python-swiftclient python-openstackclient python-keystoneclient -gdal \ No newline at end of file +GDAL==$(gdal-config --version | awk -F'[.]' '{print $1"."$2}') \ No newline at end of file -- GitLab