forked from pool/python-ptpython
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user