python2.pkgs.natsort: disable

This commit is contained in:
Frederik Rietdijk 2020-06-19 11:20:35 +02:00
parent 612ef3438a
commit 9c650efbb0

View file

@ -29,6 +29,9 @@ buildPythonPackage rec {
sha256 = "a633464dc3a22b305df0f27abcb3e83515898aa1fd0ed2f9726c3571a27258cf";
};
# Does not support Python 2
disabled = !isPy3k;
# testing based on project's tox.ini
# natsort_keygen has pytest mock issues
checkPhase = ''