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:
parent
65f98a6801
commit
d8b2244fdb
@ -51,7 +51,7 @@ buildPythonPackage rec {
|
||||
|
||||
env.BORING_BSSL_PATH = boringssl-wrapper;
|
||||
|
||||
optional-dependencies = {
|
||||
passthru.optional-dependencies = {
|
||||
dev = [ pytest ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user