From 3e6c78cfa23e002748610c62ff2bb9c324678db9 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Thu, 16 Sep 2021 21:43:58 -0400 Subject: [PATCH] Drop redundant manually specified dependencies --- python-alembic.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/python-alembic.spec b/python-alembic.spec index 7fc14ec..0477e86 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -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 - 1.7.1-3 +- Drop redundant manually specified dependencies + * Thu Sep 16 2021 Joel Capitao - 1.7.1-2 - Add the dist tag again