python3Packages.jenkinsapi: fix build (#501437)

This commit is contained in:
Pol Dellaiera
2026-03-20 10:28:49 +00:00
committed by GitHub
@@ -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
];