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

python312Packages.reptor: refactor

parent bbb187be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,12 +46,12 @@ buildPythonPackage rec {

  pythonRelaxDeps = true;

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

  propagatedBuildInputs = [
  dependencies = [
    asgiref
    certifi
    charset-normalizer