python310Packages.twisted: fix test_openFileDescriptors (#192825)
This commit is contained in:
parent
eb0fa0cd73
commit
405619ee0d
@ -3,6 +3,7 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, fetchpatch
|
||||||
, python
|
, python
|
||||||
, appdirs
|
, appdirs
|
||||||
, attrs
|
, attrs
|
||||||
@ -53,9 +54,17 @@ buildPythonPackage rec {
|
|||||||
pname = "Twisted";
|
pname = "Twisted";
|
||||||
inherit version;
|
inherit version;
|
||||||
extension = "tar.gz";
|
extension = "tar.gz";
|
||||||
sha256 = "sha256-5bYN458tHaFT++GHTYhf4/y9sh/MRG+nWaU+j8NRO+0=";
|
hash = "sha256-5bYN458tHaFT++GHTYhf4/y9sh/MRG+nWaU+j8NRO+0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
name = "fix-test_openFileDescriptors.patch";
|
||||||
|
url = "https://github.com/twisted/twisted/commit/47f47634940141466177261b20bb43c300531e38.patch";
|
||||||
|
hash = "sha256-wacnF166PnZHXJEqTlPZUdDILJIVHOcnC2a34SQumvs=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
__darwinAllowLocalNetworking = true;
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user