python3Packages.aiohttp: drop patch included in 3.13.2
This was forgotten during the update in bbf20cd778.
This commit is contained in:
@@ -61,10 +61,6 @@ buildPythonPackage rec {
|
||||
hash = "sha256-LqYGrrWgSZazk0hjQvTFwqtU/PtMEaPi+m1Ya8Ds+pU=";
|
||||
};
|
||||
|
||||
patches = lib.optionals (!lib.meta.availableOn stdenv.hostPlatform isa-l) [
|
||||
./remove-isal.patch
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
rm -r vendor
|
||||
patchShebangs tools
|
||||
|
||||
Reference in New Issue
Block a user