Skip to content

Commit

Permalink
feat: Add async_timeout dependency
Browse files Browse the repository at this point in the history
This dependency was observed missing when installing mrack as a dependency in another python project

Signed-off-by: David Pascual <davherna@redhat.com>
  • Loading branch information
dav-pascual committed Nov 27, 2023
1 parent 06a401e commit c158474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mrack.spec
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Requires: python3-%{name}lib = %{version}-%{release}
Recommends: python3-aiofiles
Recommends: python3-os-client-config
Recommends: python3-AsyncOpenStackClient
Recommends: python3-async-timeout

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

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ asyncopenstackclient>=0.9.0
testcloud>=0.5.0
aiofiles>=23.1.0
os_client_config>=2.1.0
async_timeout~=4.0.3

0 comments on commit c158474

Please sign in to comment.