mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
pythonPackages.pytest-mock: remove superfluous patch
This commit is contained in:
parent
72bdf3bfe0
commit
4b5b1370a7
1 changed files with 0 additions and 5 deletions
|
@ -9,11 +9,6 @@ buildPythonPackage rec {
|
|||
sha256 = "0jgr1h1f0m9dl3alxiiw55as28pj2lpihz12gird9z1i3vvdyydq";
|
||||
};
|
||||
|
||||
patches = fetchpatch {
|
||||
url = "${meta.homepage}/pull/107.patch";
|
||||
sha256 = "07p7ra6lilfv04wyxc855zmfwxvnpmi9s0v6vh5bx769cj9jwxck";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pytest ] ++ lib.optional (!isPy3k) mock;
|
||||
nativeBuildInputs = [ setuptools_scm ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue