pythonPackages.shapely: Set minimum python version to 3.5

This commit is contained in:
Sebastian Jordan 2020-11-22 15:13:40 +01:00
parent 1ee1134cb1
commit 27a63acd7a

View file

@ -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