python3-jupyter_core: add missing dep

This commit is contained in:
dkwo 2022-12-12 18:44:25 -05:00 committed by Andrew J. Hesford
parent 500f63a233
commit 66a6445e07
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'python3-jupyter_core'
pkgname=python3-jupyter_core
version=5.0.0
revision=1
revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core hatchling"
depends="python3-traitlets"
depends="python3-traitlets python3-platformdirs"
short_desc="Jupyter core package"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="BSD-3-Clause"