lol

python311Packages.aiopegelonline: refactor

+2 -2
+2 -2
pkgs/development/python-modules/aiopegelonline/default.nix
··· 23 23 hash = "sha256-nKuqAzT1O5n9X/fEUm+M2RdB4u7moUGQzFA7knSEpBs="; 24 24 }; 25 25 26 - nativeBuildInputs = [ 26 + build-system = [ 27 27 setuptools 28 28 ]; 29 29 30 - propagatedBuildInputs = [ 30 + dependencies = [ 31 31 aiohttp 32 32 ]; 33 33