Drop redundant manually specified dependencies
This commit is contained in:
parent
09a5a79f5f
commit
3e6c78cfa2
@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-alembic
|
||||
Version: 1.7.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Database migration tool for SQLAlchemy
|
||||
|
||||
License: MIT
|
||||
@ -51,11 +51,6 @@ Documentation and status of Alembic is at http://readthedocs.org/docs/alembic/
|
||||
%package -n python3-alembic
|
||||
Summary: %summary
|
||||
|
||||
Requires: python3-sqlalchemy >= 1.1
|
||||
Requires: python3-mako
|
||||
Requires: python3-setuptools
|
||||
Requires: python3-editor
|
||||
Requires: python3-dateutil
|
||||
%if 0%{?rhel} == 8
|
||||
Requires: python3-importlib-resources
|
||||
%endif
|
||||
@ -108,6 +103,9 @@ py.test-3
|
||||
|
||||
|
||||
%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
|
||||
- Add the dist tag again
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user