diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-14 10:39:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 08:00:12 +0700 |
commit | d43ed0143376fb6e91152f79e2c7714fe1e7b9aa (patch) | |
tree | 0a5885e014556aece3fd06640a4d5128dc947fe0 /python/python3-pandas/python3-pandas.info | |
parent | 90d9b9d7ef1c2e6669f15aa9c005ed83e4953929 (diff) |
python/python3-pandas: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pandas/python3-pandas.info')
-rw-r--r-- | python/python3-pandas/python3-pandas.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-pandas/python3-pandas.info b/python/python3-pandas/python3-pandas.info index 03c032e08ac7..c2b6a3adf956 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" |