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

python312Packages.http-sf: refactor

parent beffd88a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,11 +20,11 @@ buildPythonPackage rec {
    hash = "sha256-p2GTCvuRhQVchFiLzoDYop9TUz/DT7eVY6Zioh+/rE8=";
  };

  nativeBuildInputs = [
  build-system = [
    setuptools
  ];

  propagatedBuildInputs = [
  dependencies = [
    typing-extensions
  ];