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