Unverified Commit 7ad5a9f7 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

python3Packages.pyosmium: fix build (#498479)

parents 4fcd1622 34734b9c
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@
  pybind11,
  pytest-httpserver,
  pytestCheckHook,
  setuptools,
  scikit-build-core,
  ninja,
  shapely,
  werkzeug,
  isPyPy,
@@ -34,7 +35,10 @@ buildPythonPackage rec {
    hash = "sha256-AkldgvZmn1CLa9Ze7RHBhL5wLLJ+mBnNj+yyV98nzZ8=";
  };

  build-system = [ setuptools ];
  build-system = [
    scikit-build-core
    ninja
  ];

  nativeBuildInputs = [ cmake ];