Unverified Commit 40891489 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.python-engineio: modernize

parent d76caee9
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
  mock,
  pytest-asyncio,
  pytestCheckHook,
  pythonOlder,
  requests,
  simple-websocket,
  tornado,
@@ -23,8 +22,6 @@ buildPythonPackage rec {
  version = "4.12.3";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "miguelgrinberg";
    repo = "python-engineio";
@@ -80,7 +77,7 @@ buildPythonPackage rec {
    '';
    homepage = "https://github.com/miguelgrinberg/python-engineio/";
    changelog = "https://github.com/miguelgrinberg/python-engineio/blob/${src.tag}/CHANGES.md";
    license = with licenses; [ mit ];
    license = licenses.mit;
    maintainers = with maintainers; [ mic92 ];
  };
}