Drop conditionals for EPEL8 (which has setuptools too old for this version anyway)
This commit is contained in:
parent
cf4f86eedb
commit
9163dfd707
@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-alembic
|
||||
Version: 1.8.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Database migration tool for SQLAlchemy
|
||||
|
||||
License: MIT
|
||||
@ -23,9 +23,6 @@ BuildRequires: python3-mako
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-dateutil
|
||||
BuildRequires: python3-pytest
|
||||
%if 0%{?rhel} == 8
|
||||
BuildRequires: python3-importlib-resources
|
||||
%endif
|
||||
|
||||
|
||||
%global _description\
|
||||
@ -48,9 +45,6 @@ Documentation and status of Alembic is at http://readthedocs.org/docs/alembic/
|
||||
%package -n python3-alembic
|
||||
Summary: %summary
|
||||
|
||||
%if 0%{?rhel} == 8
|
||||
Requires: python3-importlib-resources
|
||||
%endif
|
||||
%{?python_provide:%python_provide python3-alembic}
|
||||
|
||||
|
||||
@ -100,6 +94,10 @@ py.test-3
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 04 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.8.1-3
|
||||
- Drop conditionals for EPEL8 (which has setuptools too old for this version
|
||||
anyway)
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user