pythonPackages.shapely: Set minimum python version to 3.5
This commit is contained in:
parent
1ee1134cb1
commit
27a63acd7a
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, buildPythonPackage, fetchPypi, substituteAll
|
{ stdenv, buildPythonPackage, fetchPypi, substituteAll, pythonOlder
|
||||||
, geos, pytest, cython
|
, geos, pytest, cython
|
||||||
, numpy
|
, numpy
|
||||||
}:
|
}:
|
||||||
|
@ -11,6 +11,7 @@ buildPythonPackage rec {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0adiz4jwmwxk7k1awqifb1a9bj5x4nx4gglb5dz9liam21674h8n";
|
sha256 = "0adiz4jwmwxk7k1awqifb1a9bj5x4nx4gglb5dz9liam21674h8n";
|
||||||
};
|
};
|
||||||
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
geos # for geos-config
|
geos # for geos-config
|
||||||
|
|
Loading…
Reference in a new issue