mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pandas: no python3-tzdata
This commit is contained in:
parent
6121092c74
commit
d5c5f735fa
1 changed files with 2 additions and 3 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'python3-pandas'
|
# Template file for 'python3-pandas'
|
||||||
pkgname=python3-pandas
|
pkgname=python3-pandas
|
||||||
version=2.2.3
|
version=2.2.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
build_helper="meson numpy"
|
build_helper="meson numpy"
|
||||||
# Pandas imposes strict and unnecessary restrictions on build dependencies
|
# Pandas imposes strict and unnecessary restrictions on build dependencies
|
||||||
make_build_args="--skip-dependency-check"
|
make_build_args="--skip-dependency-check"
|
||||||
hostmakedepends="python3-meson-python python3-wheel python3-Cython
|
hostmakedepends="python3-meson-python python3-wheel python3-Cython
|
||||||
python3-numpy python3-versioneer pkg-config"
|
python3-numpy python3-versioneer pkg-config"
|
||||||
makedepends="python3-devel python3-numpy python3-dateutil python3-pytz
|
makedepends="python3-devel python3-numpy python3-dateutil python3-pytz"
|
||||||
python3-tzdata"
|
|
||||||
depends="python3-numpy python3-dateutil python3-pytz"
|
depends="python3-numpy python3-dateutil python3-pytz"
|
||||||
short_desc="Python3 data analysis library"
|
short_desc="Python3 data analysis library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue