Commit d6599f77 authored by Anderson Torres's avatar Anderson Torres
Browse files

pyp: update expression according to new guidelines

parent 5211205c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,9 +23,9 @@ let

    pyproject = true;

    disabled = pythonOlder "3.6";
    disabled = pythonOlder "3.8";

    nativeBuildInputs = [
    build-system = [
      flit-core
    ];

@@ -35,7 +35,7 @@ let
      jq
    ];

    propagatedBuildInputs = lib.optionals (pythonOlder "3.9") [
    dependencies = lib.optionals (pythonOlder "3.9") [
      astunparse
    ];