Skip to content

Commit

Permalink
added python3-arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
hw-iu committed Jul 29, 2024
1 parent fc666a3 commit 719c67e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand All @@ -109,6 +110,7 @@
dist_dir='./build')
else:
bdist_rpm_options = dict(requires='python3 '
'python3-arrow '
'python3-beautifulsoup4 '
'python3-cryptography '
'python3-dateutil '
Expand Down

0 comments on commit 719c67e

Please sign in to comment.