Skip to content
Snippets Groups Projects
Verified Commit d7f9480c authored by alice's avatar alice
Browse files

community/py3-ipykernel: amend dependencies

py3-ipyparallel is circular, and is optional

for #13910
parent abf61196
2 merge requests!54607main/sofia-sip: backport support for forking SIP calls,!41733community/linux-edge: fix build on x86_64
......@@ -2,23 +2,26 @@
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
pkgname=py3-ipykernel
pkgver=6.13.0
pkgrel=0
pkgrel=1
pkgdesc="IPython kernel for jupyter"
url="https://github.com/ipython/ipykernel"
arch="noarch"
license="BSD-3-Clause"
depends="
py3-jupyter_client
ipython
py3-nest_asyncio
py3-jupyter_client
py3-matplotlib-inline
py3-nest_asyncio
py3-packaging
py3-psutil
py3-tornado
py3-traitlets
py3-ipyparallel
python3
"
checkdepends="py3-pytest py3-flaky py3-pytest-timeout"
checkdepends="py3-ipyparallel py3-pytest py3-flaky py3-pytest-timeout"
source="$pkgname-$pkgver.tar.gz::https://github.com/ipython/ipykernel/releases/download/v$pkgver/ipykernel-$pkgver.tar.gz"
builddir="$srcdir/ipykernel-$pkgver"
options="!check" # py3-ipyparallel is circular, and an optional dep
build() {
python3 setup.py build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment