Skip to content

Commit 7339d30

Browse files
committed
Add proper python_version identifier for backports.os
Signed-off-by: Steven Esser <sesser@nexb.com>
1 parent 48661e8 commit 7339d30

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
@@ -25,7 +25,7 @@ packages=find:
2525
include_package_data = true
2626
zip_safe = false
2727
install_requires =
28-
backports.os == 0.1.1
28+
backports.os == 0.1.1; python_version < "3"
2929
attrs >= 18.1, !=20.1.0
3030
click >= 6.0.0
3131
text_unidecode >= 1.0

0 commit comments

Comments
 (0)