Commit 391634c3 authored by Ivan Mincik's avatar Ivan Mincik
Browse files

python3Packages.shapely: modernize build function configuration

parent fdc2bb0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
buildPythonPackage rec {
  pname = "shapely";
  version = "2.0.3";
  format = "pyproject";
  pyproject = true;

  disabled = pythonOlder "3.7";