Skip to content

Commit

Permalink
python3Packages.azure-core: propagate typing-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored and jsoo1 committed Jul 14, 2023
1 parent 4b98118 commit 7f44fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/azure-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
requests
six
typing-extensions
];

checkInputs = [
Expand All @@ -41,7 +42,6 @@ buildPythonPackage rec {
pytest-asyncio
pytestCheckHook
trio
typing-extensions
];

# test server needs to be available
Expand Down

0 comments on commit 7f44fda

Please sign in to comment.