Commit 6807b11d authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.reptor: refactor

parent 10e66678
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -47,10 +47,13 @@ buildPythonPackage rec {
  pythonRelaxDeps = true;

  build-system = [
    pythonRelaxDepsHook
    setuptools
  ];

  nativeBuildInputs = [
    pythonRelaxDepsHook
  ];

  dependencies = [
    asgiref
    certifi