Merge pull request #53554 from rnhmjoj/searx

searx: 0.14.0 -> 0.15.0
This commit is contained in:
Robin Gloster
2019-01-07 13:21:39 +00:00
committed by GitHub
2 changed files with 17 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, six
, zope_testing
, setuptools
}:
@@ -14,7 +15,7 @@ buildPythonPackage rec {
sha256 = "db71bde0d4d3c273dbba8c7a2ab259a42f038eca74184da36c5aab61e90e8dd7";
};
propagatedBuildInputs = [ setuptools zope_testing ];
propagatedBuildInputs = [ six setuptools zope_testing ];
# Huge amount of testing dependencies (including Zope2)
doCheck = false;
@@ -24,4 +25,4 @@ buildPythonPackage rec {
homepage = https://github.com/plone/plone.testing;
license = lib.licenses.bsd3;
};
}
}