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:
Sergei Trofimovich 2024-07-23 22:15:47 +01:00
parent 65f98a6801
commit d8b2244fdb

View File

@ -51,7 +51,7 @@ buildPythonPackage rec {
env.BORING_BSSL_PATH = boringssl-wrapper;
optional-dependencies = {
passthru.optional-dependencies = {
dev = [ pytest ];
};