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

python311Packages.aiopegelonline: refactor

parent 89ba8e8d
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -6,12 +6,13 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:

buildPythonPackage rec {
  pname = "aiopegelonline";
  version = "0.0.8";
  format = "setuptools";
  pyproject = true;

  disabled = pythonOlder "3.9";

@@ -22,6 +23,10 @@ buildPythonPackage rec {
    hash = "sha256-Z/3IF5AwiNB+h8wug+57OVdLpFxGoiUe2xG4euHT1Bw=";
  };

  nativeBuildInputs = [
    setuptools
  ];

  propagatedBuildInputs = [
    aiohttp
  ];