]> git.pld-linux.org Git - packages/python3-ipykernel.git/blobdiff - python-ipykernel.spec
- added use_setuptools patch: force use of setuptools to autogenerate pythonegg depen...
[packages/python3-ipykernel.git] / python-ipykernel.spec
index 2782817b765235605201a32a6bf1e13fa91768f1..702fa7a937c4bfdb6058bb4440f4e9a2ac2f311b 100644 (file)
@@ -9,12 +9,13 @@ Summary:      IPython kernel for Jupyter
 Summary(pl.UTF-8):     Jądro IPythona dla Jupytera
 Name:          python-ipykernel
 Version:       4.10.1
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/ipykernel/
 Source0:       https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-%{version}.tar.gz
 # Source0-md5: 23871bb7da2907749cb65a9446c9e637
+Patch0:                %{name}-use_setuptools.patch
 URL:           https://pypi.org/project/ipykernel/
 %if %{with python2}
 BuildRequires: python-modules >= 1:2.7
@@ -50,7 +51,7 @@ BuildRequires:        sed >= 4.0
 BuildRequires: python3-sphinxcontrib_github_alt
 BuildRequires: sphinx-pdg-3
 %endif
-Requires:      python-modules >= 1:3.4
+Requires:      python-modules >= 1:2.7
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -85,6 +86,7 @@ Dokumentacja API modułu Pythona ipykernel.
 
 %prep
 %setup -q -n ipykernel-%{version}
+%patch0 -p1
 
 %build
 %if %{with python2}
This page took 0.119241 seconds and 4 git commands to generate.