csvkit: add setuptools to propagatedBuildInputs

This commit is contained in:
ralismark 2023-05-02 15:30:05 +10:00
parent 3f0ccd2a6f
commit e7ef329b7b

View file

@ -38,6 +38,7 @@ python.pkgs.buildPythonApplication rec {
agate-excel
agate-dbf
agate-sql
setuptools # csvsql imports pkg_resources
];
nativeCheckInputs = with python.pkgs; [