mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
python3Packages.myfitnesspal: propagate typing-extensions
This commit is contained in:
parent
c089f9c377
commit
fd89ce6694
@ -9,6 +9,7 @@
|
||||
, python-dateutil
|
||||
, requests
|
||||
, rich
|
||||
, typing-extensions
|
||||
, pytestCheckHook
|
||||
, mock
|
||||
, nose
|
||||
@ -36,6 +37,7 @@ buildPythonPackage rec {
|
||||
python-dateutil
|
||||
requests
|
||||
rich
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user