From 01492543c58b85061703b469268279ad05ee190b756c64408dc60e75430a9696 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:48:29 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptyprocess?expand=0&rev=11 --- python-ptyprocess.changes | 5 +++++ python-ptyprocess.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-ptyprocess.changes b/python-ptyprocess.changes index dd312d0..1c24afd 100644 --- a/python-ptyprocess.changes +++ b/python-ptyprocess.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:51:47 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Tue Aug 7 14:41:07 UTC 2018 - toddrme2178@gmail.com diff --git a/python-ptyprocess.spec b/python-ptyprocess.spec index 378c2fc..5570a00 100644 --- a/python-ptyprocess.spec +++ b/python-ptyprocess.spec @@ -12,11 +12,10 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # - %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ptyprocess Version: 0.6.0 @@ -26,7 +25,6 @@ License: ISC Group: Development/Languages/Python Url: https://github.com/pexpect/ptyprocess Source: https://files.pythonhosted.org/packages/source/p/ptyprocess/ptyprocess-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros