From 9cf4afad61cc6d9b8d4a486db8c2a97b30bae4318391cdf9e98e353a5c5d39ea Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:49:12 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyAutoGUI?expand=0&rev=5 --- python-PyAutoGUI.changes | 5 +++++ python-PyAutoGUI.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-PyAutoGUI.changes b/python-PyAutoGUI.changes index 8b72b86..c51a5cb 100644 --- a/python-PyAutoGUI.changes +++ b/python-PyAutoGUI.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:51:55 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Tue Mar 6 07:49:37 UTC 2018 - alarrosa@suse.com diff --git a/python-PyAutoGUI.spec b/python-PyAutoGUI.spec index 6af3f22..9ca2ac1 100644 --- a/python-PyAutoGUI.spec +++ b/python-PyAutoGUI.spec @@ -12,7 +12,7 @@ # 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/ # @@ -26,7 +26,6 @@ Group: Development/Languages/Python Url: https://github.com/asweigart/pyautogui Source: https://files.pythonhosted.org/packages/source/P/PyAutoGUI/PyAutoGUI-%{version}.tar.gz Source99: https://raw.githubusercontent.com/asweigart/pyautogui/master/LICENSE.txt -BuildRequires: %{python_module devel} BuildRequires: %{python_module python-xlib} BuildRequires: %{python_module setuptools} BuildRequires: dos2unix