python312Packages.pyrisco: refactor

This commit is contained in:
Fabian Affolter 2024-04-27 19:25:58 +02:00
parent aadf80f69c
commit 6c2fe69f64

View File

@ -20,11 +20,11 @@ buildPythonPackage rec {
hash = "sha256-NviB3C+YApOo3WGQ1L8Qwyh8C9l8sCgaSA+xn2wYhjg="; hash = "sha256-NviB3C+YApOo3WGQ1L8Qwyh8C9l8sCgaSA+xn2wYhjg=";
}; };
nativeBuildInputs = [ build-system = [
setuptools setuptools
]; ];
propagatedBuildInputs = [ dependencies = [
aiohttp aiohttp
]; ];