Merge pull request #329512 from trofi/pypy27Packages.pyreqwest-impersonate-fir-eval

pypy27Packages.pyreqwest-impersonate: fix the eval
This commit is contained in:
Aleksana
2024-07-24 10:49:11 +08:00
committed by GitHub
@@ -51,7 +51,7 @@ buildPythonPackage rec {
env.BORING_BSSL_PATH = boringssl-wrapper;
optional-dependencies = {
passthru.optional-dependencies = {
dev = [ pytest ];
};