Skip to content

Commit

Permalink
python.pkgs.eve: remove superfluous patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz committed Jul 14, 2018
1 parent 3575e89 commit db9e9ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
5 changes: 0 additions & 5 deletions pkgs/development/python-modules/eve/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 0 additions & 21 deletions pkgs/development/python-modules/eve/setup.patch

This file was deleted.

0 comments on commit db9e9ed

Please sign in to comment.