Merge pull request #104605 from seppeljordan/shapely-minimum-python

pythonPackages.shapely: Set minimum python version to 3.5
This commit is contained in:
Guillaume Girol 2020-11-24 20:03:15 +00:00 committed by GitHub
commit b32a2844ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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