Unverified Commit fc7c9ffc authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.axis: refactor

parent 128d516d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,11 +31,11 @@ buildPythonPackage rec {
      --replace-fail "wheel==0.40.0" "wheel"
  '';

  nativeBuildInputs = [
  build-system = [
    setuptools
  ];

  propagatedBuildInputs = [
  dependencies = [
    async-timeout
    attrs
    httpx