From 719c67e0c1d94c6096171acaddf61f9d2dab26eb Mon Sep 17 00:00:00 2001 From: HenriWahl <171809906+hw-iu@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:49:19 +0200 Subject: [PATCH] added python3-arrow --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 8c4b0be5c..312784319 100644 --- a/setup.py +++ b/setup.py @@ -93,6 +93,7 @@ if DIST.lower() == 'fedora' and int(DIST_VERSION) < 36 or \ DIST.lower() == 'rhel' and int(DIST_VERSION) <= 9: bdist_rpm_options = dict(requires='python3 ' + 'python3-arrow ' 'python3-beautifulsoup4 ' 'python3-cryptography ' 'python3-dateutil ' @@ -109,6 +110,7 @@ dist_dir='./build') else: bdist_rpm_options = dict(requires='python3 ' + 'python3-arrow ' 'python3-beautifulsoup4 ' 'python3-cryptography ' 'python3-dateutil '