mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #203284 from de2tla2f/fix-pytelegrambotapi
pyTelegramBotAPI: fix build
This commit is contained in:
commit
1c38e37ef9
@ -3,6 +3,7 @@
|
||||
, fetchPypi
|
||||
, aiohttp
|
||||
, requests
|
||||
, fastapi
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
@ -21,6 +22,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
requests
|
||||
fastapi
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
Loading…
Reference in New Issue
Block a user