1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

pytrainer: fix missing pkg_resources

This commit is contained in:
Jan Tojnar 2020-03-09 22:30:46 +01:00
parent 39dc0977a4
commit 04d6123309
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -57,6 +57,7 @@ python3.pkgs.buildPythonApplication rec {
psycopg2
requests
certifi
setuptools
];
nativeBuildInputs = [