From 7a30c128f8f3641d846e5b53b9564eeb284080240f6d7948290ce9c00a741349 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:42:08 +0000 Subject: [PATCH 1/2] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=72 --- python-M2Crypto.changes | 5 +++++ python-M2Crypto.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-M2Crypto.changes b/python-M2Crypto.changes index 7208372..1e556f9 100644 --- a/python-M2Crypto.changes +++ b/python-M2Crypto.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:50:42 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Fri Nov 9 15:20:09 CET 2018 - mcepl@suse.com diff --git a/python-M2Crypto.spec b/python-M2Crypto.spec index 1176354..d9a4a74 100644 --- a/python-M2Crypto.spec +++ b/python-M2Crypto.spec @@ -26,7 +26,6 @@ License: MIT Group: Development/Languages/Python Url: https://gitlab.com/m2crypto/m2crypto Source: https://files.pythonhosted.org/packages/source/M/M2Crypto/M2Crypto-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing} BuildRequires: %{python_module xml} From dde65d7d1b96bcac9354afb09c98c3f4515b5d51aa4ee837da9ce74a1c6640d0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 5 Dec 2018 14:30:33 +0000 Subject: [PATCH 2/2] Whoops! Here -devel dependency certainly should stay OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=73 --- python-M2Crypto.changes | 5 +++++ python-M2Crypto.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-M2Crypto.changes b/python-M2Crypto.changes index 1e556f9..3c66669 100644 --- a/python-M2Crypto.changes +++ b/python-M2Crypto.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 5 14:30:23 UTC 2018 - Matej Cepl + +- Whoops! Here -devel dependency certainly should stay + ------------------------------------------------------------------- Tue Dec 4 12:50:42 UTC 2018 - Matej Cepl diff --git a/python-M2Crypto.spec b/python-M2Crypto.spec index d9a4a74..1176354 100644 --- a/python-M2Crypto.spec +++ b/python-M2Crypto.spec @@ -26,6 +26,7 @@ License: MIT Group: Development/Languages/Python Url: https://gitlab.com/m2crypto/m2crypto Source: https://files.pythonhosted.org/packages/source/M/M2Crypto/M2Crypto-%{version}.tar.gz +BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing} BuildRequires: %{python_module xml}