python311Packages.aiopegelonline: refactor

This commit is contained in:
Fabian Affolter 2024-04-24 08:27:13 +02:00
parent 4f645eb28a
commit bdf3410e0e
1 changed files with 2 additions and 2 deletions

View File

@ -23,11 +23,11 @@ buildPythonPackage rec {
hash = "sha256-nKuqAzT1O5n9X/fEUm+M2RdB4u7moUGQzFA7knSEpBs=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
aiohttp
];