pythonPackages.pytest-mock: remove superfluous patch
This commit is contained in:
parent
72bdf3bfe0
commit
4b5b1370a7
@ -9,11 +9,6 @@ buildPythonPackage rec {
|
|||||||
sha256 = "0jgr1h1f0m9dl3alxiiw55as28pj2lpihz12gird9z1i3vvdyydq";
|
sha256 = "0jgr1h1f0m9dl3alxiiw55as28pj2lpihz12gird9z1i3vvdyydq";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = fetchpatch {
|
|
||||||
url = "${meta.homepage}/pull/107.patch";
|
|
||||||
sha256 = "07p7ra6lilfv04wyxc855zmfwxvnpmi9s0v6vh5bx769cj9jwxck";
|
|
||||||
};
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ pytest ] ++ lib.optional (!isPy3k) mock;
|
propagatedBuildInputs = [ pytest ] ++ lib.optional (!isPy3k) mock;
|
||||||
nativeBuildInputs = [ setuptools_scm ];
|
nativeBuildInputs = [ setuptools_scm ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user