diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index edc9da9..eacbb12 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:54:53 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Mon Nov 12 06:16:33 UTC 2018 - Arun Persaud diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index ef53749..2d24e85 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -27,7 +27,6 @@ License: MIT Group: Development/Languages/Python URL: http://www.sqlalchemy.org Source: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz -BuildRequires: %{python_module devel} # Test requirements: BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest-xdist}