python.pkgs.eve: remove superfluous patch

This commit is contained in:
Robert Schütz
2018-07-14 13:38:48 +02:00
parent 3575e894b2
commit db9e9ed057
2 changed files with 0 additions and 26 deletions

View File

@@ -4,17 +4,12 @@
buildPythonPackage rec {
pname = "Eve";
version = "0.8";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;
sha256 = "9f926c715f88c7a92dc2b950ccc09cccd91f72fe0e93cde806b85d25b947df2f";
};
patches = [
./setup.patch
];
propagatedBuildInputs = [
cerberus
events