Commit 14caf2eb authored by Antoine's avatar Antoine Committed by Bjørn Forsman
Browse files

conan: 2.0.5 -> 2.0.14

parent fc23c760
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "conan";
  version = "2.0.5";
  version = "2.0.14";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "conan-io";
    repo = "conan";
    rev = "refs/tags/${version}";
    hash = "sha256-+ohUOQ9WBER/X0TDklf/qZCm9LhM1I1QRmED4FnkweM=";
    hash = "sha256-zPN6OlEWYc/OvUb7LHF1/mZYrieG8n2bLcZ/IzwlvtE=";
  };

  nativeBuildInputs = with python3.pkgs; [
@@ -45,11 +45,6 @@ python3.pkgs.buildPythonApplication rec {
    pyopenssl
  ];

  pythonRelaxDeps = [
    # This can be removed once conan is updated to 2.0.7+
    "PyYAML"
  ];

  nativeCheckInputs = [
    git
    pkg-config