Commit ad43b9c0 authored by StarrFox's avatar StarrFox Committed by Tom Bereknyei
Browse files

python3Packages.import-expression: update legacy attributes

parent ea95a42c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@ buildPythonPackage rec {
    hash = "sha256-mVlYj8/I3LFEoHJRds/vbCjH2x/C1oNiUCXmh1FtQME=";
  };

  nativeBuildInputs = [ setuptools ];
  propagatedBuildInputs = [ astunparse ];
  build-system = [ setuptools ];
  dependencies = [ astunparse ];
  nativeCheckInputs = [ pytestCheckHook ];
  pytestFlagsArray = [ "tests.py" ];