mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
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 a new issue