diff --git a/python-fastapi.spec b/python-fastapi.spec index 9769ddc..cfc99b9 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.61.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: FastAPI - High Performance, Easy to Learn, Fast to Code, Production Ready License: MIT @@ -32,6 +32,11 @@ ready for production %package -n python3-%{pypi_name} Summary: %{summary} + +Requires: python3dist(starlette) +Requires: python3dist(pydantic) +Requires: python3dist(uvicorn) + %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} @@ -64,6 +69,9 @@ rm tests/test_validate_response_recursive.py %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Wed Oct 7 00:24:09 -03 2020 Itamar Reis Peixoto - 0.61.1-2 +- add missing deps. + * Wed Sep 30 2020 Itamar Reis Peixoto - 0.61.1-1 - Initial package. - Fix license TAG. \ No newline at end of file