Skip to content

Commit

Permalink
📦🐛 Vendor tomli into SRPM
Browse files Browse the repository at this point in the history
The build backend originally switched to it in
#501 but this was forgotten.
  • Loading branch information
webknjaz committed Jan 3, 2024
1 parent 2897acd commit 43e2fcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packaging/rpm/ansible-pylibssh.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Source20: %{pypi_source attrs 20.3.0}
Source21: %{pypi_source pluggy 0.13.1}
Source22: %{pypi_source py 1.10.0}
Source23: %{pypi_source coverage 5.5}
Source24: %{pypi_source tomli 1.2.3}
%endif

# Test dependencies:
Expand Down Expand Up @@ -171,6 +172,8 @@ PYTHONPATH="$(pwd)/bin" \
%{__python3} -m pip install --no-deps -t bin %{SOURCE22}
PYTHONPATH="$(pwd)/bin" \
%{__python3} -m pip install --no-deps -t bin %{SOURCE23}
PYTHONPATH="$(pwd)/bin" \
%{__python3} -m pip install --no-deps -t bin %{SOURCE24}
%endif

# Fedora:
Expand Down

0 comments on commit 43e2fcb

Please sign in to comment.