Commit ee92e7a8 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.asyncprawcore: modernize

parent 3594f855
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
  pytestCheckHook,
  pytest-asyncio_0,
  pytest-vcr,
  pythonOlder,
  requests,
  requests-toolbelt,
  testfixtures,
@@ -21,8 +20,6 @@ buildPythonPackage rec {
  version = "2.4.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "praw-dev";
    repo = "asyncprawcore";
@@ -30,9 +27,9 @@ buildPythonPackage rec {
    hash = "sha256-FDQdtnNjsbiEp9BUYdQFMC/hkyJDhCh2WHhQWSQwrFY=";
  };

  nativeBuildInputs = [ flit-core ];
  build-system = [ flit-core ];

  propagatedBuildInputs = [
  dependencies = [
    requests
    aiohttp
    yarl