Unverified Commit ab77074b authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

mapproxy: fix dependencies

parent a5b7de6f
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -15,8 +15,11 @@ buildPythonApplication rec {
  prePatch = ''
    substituteInPlace mapproxy/util/ext/serving.py --replace "args = [sys.executable] + sys.argv" "args = sys.argv"
  '';
  propagatedBuildInputs = [

  dependencies = [
    boto3 # needed for caches service
    future
    jsonschema
    pillow
    pyyaml
    pyproj
@@ -24,6 +27,7 @@ buildPythonApplication rec {
    gdal
    lxml
    setuptools
    werkzeug
  ];
  # Tests are disabled:
  # 1) Dependency list is huge.