17
0

- Add patch support-hatchling-14.patch:

* Support hatchling >= 1.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=50
This commit is contained in:
2022-07-08 10:58:21 +00:00
committed by Git OBS Bridge
parent 37c848708d
commit 4202feb14d
3 changed files with 80 additions and 1 deletions

View File

@@ -26,9 +26,11 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/ipython/ipykernel
Source: https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-%{version}.tar.gz
# PATCH-FIX-UPSTREAM Support hatchling >= 1.4 gh#ipython/ipykernel#964
Patch0: support-hatchling-14.patch
# SECTION build-system
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module hatchling >= 1.4}
BuildRequires: %{python_module pip}
BuildRequires: fdupes
BuildRequires: jupyter-jupyter_core-filesystem