python311Packages.aiopegelonline: refactor

This commit is contained in:
Fabian Affolter
2024-02-11 18:41:12 +01:00
committed by GitHub
parent 89ba8e8d09
commit a071507ce6
@@ -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
];