python2.pkgs.natsort: disable
This commit is contained in:
parent
612ef3438a
commit
9c650efbb0
@ -29,6 +29,9 @@ buildPythonPackage rec {
|
|||||||
sha256 = "a633464dc3a22b305df0f27abcb3e83515898aa1fd0ed2f9726c3571a27258cf";
|
sha256 = "a633464dc3a22b305df0f27abcb3e83515898aa1fd0ed2f9726c3571a27258cf";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Does not support Python 2
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
# testing based on project's tox.ini
|
# testing based on project's tox.ini
|
||||||
# natsort_keygen has pytest mock issues
|
# natsort_keygen has pytest mock issues
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user