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
1 changed files with 2 additions and 2 deletions

View File

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