mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
conan: relax dependency on pyyaml
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user