Added additional dependency boto3, needed for s3 cache support
This commit is contained in:
parent
ac51e3a63e
commit
50593c6f1e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user