csvkit: add setuptools to runtime dependencies
fixes https://github.com/NixOS/nixpkgs/issues/93594
This commit is contained in:
parent
7deb04ba1c
commit
610a11f361
@ -23,6 +23,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
agate-dbf
|
agate-dbf
|
||||||
agate-sql
|
agate-sql
|
||||||
six
|
six
|
||||||
|
setuptools # `csvsql` requires pkg_resources https://github.com/NixOS/nixpkgs/issues/93594
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = with python3.pkgs; [
|
checkInputs = with python3.pkgs; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user