python3Packages.shapely: modernize build function configuration
This commit is contained in:
parent
fdc2bb0e98
commit
391634c343
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "shapely";
|
||||
version = "2.0.3";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
|
|
Loading…
Reference in a new issue