Skip to content

Commit

Permalink
fix: build-rpm missing tomli_w after refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Louis Fuchs committed May 30, 2024
1 parent 581d556 commit ac343f5
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 ac343f5

Please sign in to comment.