mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
python312Packages.pyenphase: refactor
This commit is contained in:
parent
83439a397b
commit
c438574c2d
@ -32,14 +32,14 @@ buildPythonPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace " --cov=pyenphase --cov-report=term-missing:skip-covered" ""
|
||||
--replace-fail " --cov=pyenphase --cov-report=term-missing:skip-covered" ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
awesomeversion
|
||||
envoy-utils
|
||||
httpx
|
||||
|
Loading…
Reference in New Issue
Block a user