From 147cdb2f9a5455e06df5c961cc7abaf2ae99450e0560d2c31ed2f487f94a97b4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:48:23 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=7 --- python-ptpython.changes | 5 +++++ python-ptpython.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-ptpython.changes b/python-ptpython.changes index d27cab0..816738e 100644 --- a/python-ptpython.changes +++ b/python-ptpython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:51:46 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Fri Oct 26 15:41:55 UTC 2018 - Todd R diff --git a/python-ptpython.spec b/python-ptpython.spec index df5b84e..24bd108 100644 --- a/python-ptpython.spec +++ b/python-ptpython.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/ # @@ -25,7 +25,6 @@ License: ISC Group: Development/Languages/Python Url: https://github.com/jonathanslenders/ptpython Source: https://files.pythonhosted.org/packages/source/p/ptpython/ptpython-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -53,8 +52,9 @@ BSD, OS X and Windows). %package -n python3-ptpython-ptipython Summary: Python REPL build on top of prompt_toolkit - IPython support -Requires: python3-ptpython +Group: Development/Languages/Python Requires: python3-jupyter_ipython +Requires: python3-ptpython %description -n python3-ptpython-ptipython Ptpython is an advanced Python REPL. It should work on all