python311Packages.pyopenuv: propagate certifi

Checking runtime dependencies for pyopenuv-2023.11.0-py3-none-any.whl
  - certifi not installed
This commit is contained in:
Martin Weinelt
2023-12-20 20:46:34 +01:00
parent 461a5a5f6d
commit d41a7fcad4
@@ -3,6 +3,7 @@
, aresponses
, backoff
, buildPythonPackage
, certifi
, fetchFromGitHub
, poetry-core
, pytest-aiohttp
@@ -32,6 +33,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
backoff
certifi
];
__darwinAllowLocalNetworking = true;