Commit 6c2fe69f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pyrisco: refactor

parent aadf80f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,11 +20,11 @@ buildPythonPackage rec {
    hash = "sha256-NviB3C+YApOo3WGQ1L8Qwyh8C9l8sCgaSA+xn2wYhjg=";
  };

  nativeBuildInputs = [
  build-system = [
    setuptools
  ];

  propagatedBuildInputs = [
  dependencies = [
    aiohttp
  ];