mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
python311Packages.aioridwell: propagate certifi
Checking runtime dependencies for aioridwell-2023.10.0-py3-none-any.whl - certifi not installed
This commit is contained in:
parent
cdb1706360
commit
30af6a7887
@ -2,6 +2,7 @@
|
||||
, aiohttp
|
||||
, aresponses
|
||||
, buildPythonPackage
|
||||
, certifi
|
||||
, fetchFromGitHub
|
||||
, freezegun
|
||||
, poetry-core
|
||||
@ -35,6 +36,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
certifi
|
||||
pyjwt
|
||||
pytz
|
||||
titlecase
|
||||
|
Loading…
Reference in New Issue
Block a user