python313Packages.gql: remove postPatch section (#411879)

Changed files
+3 -7
pkgs
development
python-modules
+3 -7
pkgs/development/python-modules/gql/default.nix
···
hash = "sha256-0mVMhJHlF6EZ3D9fuNrzkoHm9vIAKxbuajmUs1JL0HY=";
};
-
postPatch = ''
-
substituteInPlace setup.py --replace \
-
"websockets>=10,<11;python_version>'3.6'" \
-
"websockets>=10,<12;python_version>'3.6'"
-
'';
-
build-system = [ setuptools ];
dependencies = [
···
pythonImportsCheck = [ "gql" ];
+
__darwinAllowLocalNetworking = true;
+
meta = with lib; {
description = "GraphQL client in Python";
homepage = "https://github.com/graphql-python/gql";
changelog = "https://github.com/graphql-python/gql/releases/tag/${src.tag}";
-
license = with licenses; [ mit ];
+
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "gql-cli";
};