datadiff: don't restrict to python2

This commit is contained in:
Allen Nelson 2018-01-10 14:48:20 -06:00
parent 73a01aa028
commit 9ad529e5c4

View file

@ -20782,7 +20782,6 @@ EOF
datadiff = buildPythonPackage rec {
name = "datadiff-1.1.6";
disabled = ! isPy27;
src = pkgs.fetchurl {
url = "mirror://pypi/d/datadiff/datadiff-1.1.6.zip";