conan: relax dependency on pyyaml

This commit is contained in:
Theodore Ni
2023-07-28 12:15:32 +02:00
committed by Martin Weinelt
parent d407a2dd4c
commit 852ab542d2
@@ -19,6 +19,10 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-+ohUOQ9WBER/X0TDklf/qZCm9LhM1I1QRmED4FnkweM=";
};
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [
bottle
colorama
@@ -41,6 +45,11 @@ python3.pkgs.buildPythonApplication rec {
pyopenssl
];
pythonRelaxDeps = [
# This can be removed once conan is updated to 2.0.7+
"PyYAML"
];
nativeCheckInputs = [
git
pkg-config