summaryrefslogtreecommitdiffstats
path: root/python/python3-pandas
diff options
context:
space:
mode:
author fourtysixandtwo2023-12-14 18:39:16 +0100
committer Willy Sudiarto Raharjo2023-12-22 02:00:12 +0100
commitd43ed0143376fb6e91152f79e2c7714fe1e7b9aa (patch)
tree0a5885e014556aece3fd06640a4d5128dc947fe0 /python/python3-pandas
parent90d9b9d7ef1c2e6669f15aa9c005ed83e4953929 (diff)
downloadslackbuilds-d43ed0143376fb6e91152f79e2c7714fe1e7b9aa.tar.gz
python/python3-pandas: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pandas')
-rw-r--r--python/python3-pandas/python3-pandas.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-pandas/python3-pandas.info b/python/python3-pandas/python3-pandas.info
index 03c032e08a..c2b6a3adf9 100644
--- a/python/python3-pandas/python3-pandas.info
+++ b/python/python3-pandas/python3-pandas.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandas/pandas-2.1.4.t
MD5SUM="e4b598d1e0aac2a3407ed32added3f62"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-numpy python3-dateutil pytz tzdata python3-versioneer python3-mesonpy"
+REQUIRES="python3-numpy python3-dateutil pytz tzdata python3-versioneer"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"