bmaptool: use modern dependencies attribute

This commit is contained in:
Doron Behar
2025-08-13 17:06:45 +03:00
parent c1d71b2d02
commit f660eef70b
+1 -1
View File
@@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
python3Packages.hatchling
];
propagatedBuildInputs = with python3Packages; [ six ];
dependencies = with python3Packages; [ six ];
# tests fail only on hydra.
doCheck = false;