Merge pull request #104605 from seppeljordan/shapely-minimum-python
pythonPackages.shapely: Set minimum python version to 3.5
This commit is contained in:
commit
b32a2844ca
@ -1,4 +1,4 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, substituteAll
|
||||
{ stdenv, buildPythonPackage, fetchPypi, substituteAll, pythonOlder
|
||||
, geos, pytest, cython
|
||||
, numpy
|
||||
}:
|
||||
@ -11,6 +11,7 @@ buildPythonPackage rec {
|
||||
inherit pname version;
|
||||
sha256 = "0adiz4jwmwxk7k1awqifb1a9bj5x4nx4gglb5dz9liam21674h8n";
|
||||
};
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
nativeBuildInputs = [
|
||||
geos # for geos-config
|
||||
|
Loading…
Reference in New Issue
Block a user