bmaptool: use modern dependencies attribute

+1 -1
+1 -1
pkgs/by-name/bm/bmaptool/package.nix
··· 20 python3Packages.hatchling 21 ]; 22 23 - propagatedBuildInputs = with python3Packages; [ six ]; 24 25 # tests fail only on hydra. 26 doCheck = false;
··· 20 python3Packages.hatchling 21 ]; 22 23 + dependencies = with python3Packages; [ six ]; 24 25 # tests fail only on hydra. 26 doCheck = false;