Commit fb78588e authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pyprosegur: refactor

parent eeef90ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,9 +24,9 @@ buildPythonPackage rec {
    hash = "sha256-A223aafa0eXNBVd2cVVV7p2wXg4Z2rcoggM3czmRsOE=";
  };

  nativeBuildInputs = [ setuptools ];
  build-system = [ setuptools ];

  propagatedBuildInputs = [
  dependencies = [
    aiofiles
    aiohttp
    backoff