pypy27Packages.pyreqwest-impersonate: fix the eval
Without the change the eval fails as:
$ nix build --no-link -f. pypy27Packages.pyreqwest-impersonate
error:
error: cannot coerce a set to a string: { dev = «thunk»; }
This commit is contained in:
@@ -51,7 +51,7 @@ buildPythonPackage rec {
|
||||
|
||||
env.BORING_BSSL_PATH = boringssl-wrapper;
|
||||
|
||||
optional-dependencies = {
|
||||
passthru.optional-dependencies = {
|
||||
dev = [ pytest ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user