Added additional dependency boto3, needed for s3 cache support

This commit is contained in:
Rakesh Gupta 2020-02-18 12:55:03 +05:30 committed by Jon
parent ac51e3a63e
commit 50593c6f1e

View File

@ -38,6 +38,7 @@ buildPythonApplication rec {
substituteInPlace mapproxy/util/ext/serving.py --replace "args = [sys.executable] + sys.argv" "args = sys.argv"
'';
propagatedBuildInputs = [
boto3 # needed for caches service
pillow
pyyaml
pyproj