We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8362f06 commit d2c986fCopy full SHA for d2c986f
default.nix
@@ -39,8 +39,8 @@ let
39
ref = "refs/tags/3.3.0";
40
}) {
41
inherit pkgs python;
42
- pypiDataRev = "c8393888d97e74f2217aaafae70bf5bc5c913535";
43
- pypiDataSha256 = "0pfivp1w3pdbsamnmmyy4rsnc4klqnmisjzcq0smc4pp908b6sc3";
+ pypiDataRev = "5c6e5ecbc5a60fb9c43dc77be8e0eb8ac89f4fee";
+ pypiDataSha256 = "0gnq6r92bmnhqjykx3jff7lvg7wbpayd0wvb0drra8r8dvmr5b2d";
44
};
45
46
/* Returns new line delimited dependencies in format of `requirements.txt`
@@ -83,6 +83,7 @@ let
83
requirements = ''
84
${requirementsWithout ["robotframework"]}
85
robotframework==${rfVersion}
86
+ setuptools
87
'';
88
89
env = mach-nix.mkPython {
0 commit comments