python312Packages.pysigma: refactor
This commit is contained in:
parent
1c6ab3cbab
commit
02459a68c9
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ buildPythonPackage rec {
|
|||
|
||||
build-system = [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue