Skip to content

Commit

Permalink
ci(nix): update pypi data revision, hash and add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
matejc committed Sep 10, 2021
1 parent 8362f06 commit d2c986f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ let
ref = "refs/tags/3.3.0";
}) {
inherit pkgs python;
pypiDataRev = "c8393888d97e74f2217aaafae70bf5bc5c913535";
pypiDataSha256 = "0pfivp1w3pdbsamnmmyy4rsnc4klqnmisjzcq0smc4pp908b6sc3";
pypiDataRev = "5c6e5ecbc5a60fb9c43dc77be8e0eb8ac89f4fee";
pypiDataSha256 = "0gnq6r92bmnhqjykx3jff7lvg7wbpayd0wvb0drra8r8dvmr5b2d";
};

/* Returns new line delimited dependencies in format of `requirements.txt`
Expand Down Expand Up @@ -83,6 +83,7 @@ let
requirements = ''
${requirementsWithout ["robotframework"]}
robotframework==${rfVersion}
setuptools
'';

env = mach-nix.mkPython {
Expand Down

0 comments on commit d2c986f

Please sign in to comment.