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

View file

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