Merge pull request #33721 from adnelson/datadiff_python3

datadiff: don't restrict to python2
This commit is contained in:
adisbladis
2018-01-11 10:47:21 +08:00
committed by GitHub

View File

@@ -20763,7 +20763,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";