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
commit 9a6aa3cccb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";