Skip to content

Commit 8c9bf5f

Browse files
committed
setup.cfg: Install typeguard only on python >= 3.7
1 parent 0d6fdff commit 8c9bf5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install_requires =
4242
cryptography
4343
# rpm is not available on pip, install a matching package manually prior installing osc
4444
rpm
45-
typeguard
45+
typeguard; python_version>='3.7'
4646
urllib3
4747

4848
[options.extras_require]

0 commit comments

Comments
 (0)