python312Packages.githubkit: refactor

This commit is contained in:
Fabian Affolter 2024-03-22 10:01:46 +01:00 committed by GitHub
parent b779674da5
commit a69158ae87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,15 +34,15 @@ buildPythonPackage rec {
postPatch = '' postPatch = ''
substituteInPlace pyproject.toml \ substituteInPlace pyproject.toml \
--replace "--cov=githubkit --cov-append --cov-report=term-missing" "" --replace-fail "--cov=githubkit --cov-append --cov-report=term-missing" ""
''; '';
nativeBuildInputs = [ build-systems = [
poetry-core poetry-core
pythonRelaxDepsHook pythonRelaxDepsHook
]; ];
propagatedBuildInputs = [ dependencies = [
hishel hishel
httpx httpx
pydantic pydantic