From 3627637a1d92dc8c1d528121538108da8a2bf43a Mon Sep 17 00:00:00 2001 From: Joshua Schmid Date: Mon, 30 Mar 2020 17:44:13 +0200 Subject: [PATCH] python-common: add pyyaml to requirements file Signed-off-by: Joshua Schmid (cherry picked from commit 04f0d3395c70252a0830f6f3326f85695c9b9af0) --- src/python-common/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python-common/requirements.txt b/src/python-common/requirements.txt index eee157ac44399..a269fada78cbd 100644 --- a/src/python-common/requirements.txt +++ b/src/python-common/requirements.txt @@ -4,4 +4,4 @@ mock; python_version < '3.3' mypy==0.770; python_version >= '3' pytest-mypy; python_version >= '3' pytest >= 2.1.3; python_version >= '3' -pyyaml \ No newline at end of file +pyyaml -- 2.39.5