Skip to content

Commit 2b55bb4

Browse files
knedlseppJon
authored andcommitted
python27.pkgs.joblib: Disable package
The version 0.16.0 doesn't support Python older than 3.6.
1 parent 9232ca2 commit 2b55bb4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkgs/development/python-modules/joblib/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{ lib
2+
, pythonOlder
23
, buildPythonPackage
34
, fetchPypi
45
, stdenv
@@ -13,6 +14,7 @@
1314
buildPythonPackage rec {
1415
pname = "joblib";
1516
version = "0.16.0";
17+
disabled = pythonOlder "3.6";
1618

1719
src = fetchPypi {
1820
inherit pname version;

0 commit comments

Comments
 (0)