1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +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 psycopg2
requests requests
certifi certifi
setuptools
]; ];
nativeBuildInputs = [ nativeBuildInputs = [