python312Packages.pysigma: refactor

This commit is contained in:
Fabian Affolter 2024-03-27 08:48:29 +01:00 committed by GitHub
parent d8e150f195
commit 08023882bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,12 +32,12 @@ buildPythonPackage rec {
"packaging" "packaging"
]; ];
nativeBuildInputs = [ build-system = [
poetry-core poetry-core
pythonRelaxDepsHook pythonRelaxDepsHook
]; ];
propagatedBuildInputs = [ dependencies = [
jinja2 jinja2
packaging packaging
pyparsing pyparsing