Skip to content

Commit

Permalink
Merge pull request #116 from adfinis/jlf/fix-build-rpm-missing-tomli_…
Browse files Browse the repository at this point in the history
…w-after-refactoring

fix: build-rpm missing tomli_w after refactoring
  • Loading branch information
Jean-Louis Fuchs authored May 30, 2024
2 parents 88993b6 + ac343f5 commit 24c28fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/build-rpm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ from subprocess import PIPE, run
from tempfile import NamedTemporaryFile

from tomli import load
from tomli_w import dump

from pyaptly.tomli_w import dump

base = Path(__file__).resolve().absolute().parent.parent

Expand Down

0 comments on commit 24c28fd

Please sign in to comment.