forked from mirrors/nixpkgs
Merge pull request #181308 from squalus/pystatsd
python310Packages.statsd: fix cross compile
This commit is contained in:
commit
c35441b824
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||
sha256 = "07yxnlalvcglgwa9pjs1clwrmwx7a4575jai7q05jz3g4i6dprp3";
|
||||
};
|
||||
|
||||
buildInputs = [ nose mock ];
|
||||
checkInputs = [ nose mock ];
|
||||
|
||||
patchPhase = ''
|
||||
# Failing test: ERROR: statsd.tests.test_ipv6_resolution_udp
|
||||
|
|
Loading…
Reference in a new issue