Skip to content

Commit

Permalink
feat: Add new dependecies to mrack.spec file
Browse files Browse the repository at this point in the history
Add aiofiles and os_client_config dependencies from latest changes
to mrack.spec definition

Signed-off-by: David Pascual <[email protected]>
  • Loading branch information
dav-pascual committed Sep 19, 2023
1 parent 7bbda34 commit d6b7298
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mrack.spec
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Requires: beaker-client
%package -n python3-%{name}-openstack
Summary: Openstack provider plugin for mrack
Requires: python3-%{name}lib = %{version}-%{release}
Recommends: python3-aiofiles
Recommends: python3-os-client-config
Recommends: python3-AsyncOpenStackClient

%{?python_provide:%python_provide python3-%{name}-openstack}
Expand Down

0 comments on commit d6b7298

Please sign in to comment.