Unverified Commit 97d3faf9 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python3Packages.jenkinsapi: fix build (#501437)

parents 67667c23 3fd025cf
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -2,14 +2,12 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  flit-core,
  hatchling,
  mock,
  pbr,
  pytest-mock,
  pytestCheckHook,
  pytz,
  requests,
  setuptools,
  six,
}:

@@ -25,15 +23,13 @@ buildPythonPackage rec {
    hash = "sha256-1dTcT84cDpP9V4tVrgW2MTYx4jQj0/tZiAuakC+orUQ=";
  };

  nativeBuildInputs = [
    flit-core
    pbr
  build-system = [
    hatchling
  ];

  propagatedBuildInputs = [
  dependencies = [
    pytz
    requests
    setuptools
    six
  ];