From 4609b19577bcf9de44c765214f77ceb2c2691e668d84daff0b76b6eb94342215 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 14:07:30 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=127 --- python-SQLAlchemy.changes | 5 +++++ python-SQLAlchemy.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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}