diff options
author | 2023-08-31 07:10:17 +0200 | |
---|---|---|
committer | 2023-08-31 07:10:38 +0200 | |
commit | c2f6df2cdfd1099e6e95383f7fbc445aa3ffb8f3 (patch) | |
tree | 1e8667d32cc484de18eaa28cd5238e4a4667aa0a /dev-python/pandas | |
parent | dev-ruby/rotp: add 6.3.0 (diff) | |
download | gentoo-c2f6df2cdfd1099e6e95383f7fbc445aa3ffb8f3.tar.gz gentoo-c2f6df2cdfd1099e6e95383f7fbc445aa3ffb8f3.tar.bz2 gentoo-c2f6df2cdfd1099e6e95383f7fbc445aa3ffb8f3.zip |
dev-python/pandas: Link upstream build system bugs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pandas')
-rw-r--r-- | dev-python/pandas/pandas-2.1.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pandas/pandas-2.1.0.ebuild b/dev-python/pandas/pandas-2.1.0.ebuild index e29356941dd5..9de1179c87be 100644 --- a/dev-python/pandas/pandas-2.1.0.ebuild +++ b/dev-python/pandas/pandas-2.1.0.ebuild @@ -27,7 +27,9 @@ SLOT="0" LICENSE="BSD" # new meson build that: # 1) sometimes fails on .pxi.in → .pyx ordering +# https://github.com/pandas-dev/pandas/issues/54889 # 2) creates a broken wheel with two pandas/_libs/__init__.py files +# https://github.com/pandas-dev/pandas/issues/54888 KEYWORDS="" IUSE="full-support minimal test X" RESTRICT="!test? ( test )" |