Skip to content

Commit

Permalink
setup.cfg: Install typeguard only on python >= 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmach committed Jan 9, 2024
1 parent 0d6fdff commit 8c9bf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install_requires =
cryptography
# rpm is not available on pip, install a matching package manually prior installing osc
rpm
typeguard
typeguard; python_version>='3.7'
urllib3

[options.extras_require]
Expand Down

0 comments on commit 8c9bf5f

Please sign in to comment.