14
0

Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=7
This commit is contained in:
2018-12-04 13:48:23 +00:00
committed by Git OBS Bridge
parent 8e2a6f060f
commit 147cdb2f9a
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 12:51:46 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Fri Oct 26 15:41:55 UTC 2018 - Todd R <toddrme2178@gmail.com>

View File

@@ -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