python3Packages.shapely: modernize build function configuration

This commit is contained in:
Ivan Mincik 2024-03-11 07:58:14 +01:00
parent fdc2bb0e98
commit 391634c343

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "shapely";
version = "2.0.3";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.7";