Drop redundant manually specified dependencies

This commit is contained in:
Neal Gompa 2021-09-16 21:43:58 -04:00
parent 09a5a79f5f
commit 3e6c78cfa2

View File

@ -2,7 +2,7 @@
Name: python-alembic Name: python-alembic
Version: 1.7.1 Version: 1.7.1
Release: 2%{?dist} Release: 3%{?dist}
Summary: Database migration tool for SQLAlchemy Summary: Database migration tool for SQLAlchemy
License: MIT License: MIT
@ -51,11 +51,6 @@ Documentation and status of Alembic is at http://readthedocs.org/docs/alembic/
%package -n python3-alembic %package -n python3-alembic
Summary: %summary Summary: %summary
Requires: python3-sqlalchemy >= 1.1
Requires: python3-mako
Requires: python3-setuptools
Requires: python3-editor
Requires: python3-dateutil
%if 0%{?rhel} == 8 %if 0%{?rhel} == 8
Requires: python3-importlib-resources Requires: python3-importlib-resources
%endif %endif
@ -108,6 +103,9 @@ py.test-3
%changelog %changelog
* Fri Sep 17 2021 Neal Gompa <ngompa@fedoraproject.org> - 1.7.1-3
- Drop redundant manually specified dependencies
* Thu Sep 16 2021 Joel Capitao <jcapitao@redhat.com> - 1.7.1-2 * Thu Sep 16 2021 Joel Capitao <jcapitao@redhat.com> - 1.7.1-2
- Add the dist tag again - Add the dist tag again