Commit f660eef7 authored by Doron Behar's avatar Doron Behar
Browse files

bmaptool: use modern dependencies attribute

parent c1d71b2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
    python3Packages.hatchling
  ];

  propagatedBuildInputs = with python3Packages; [ six ];
  dependencies = with python3Packages; [ six ];

  # tests fail only on hydra.
  doCheck = false;