Skip to content

Commit 3504187

Browse files
committed
Pin backports.os with correct Python version #120
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent a48d134 commit 3504187

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ enum34==1.1.6 ; python_version < '3.4'
33
pytz
44
setuptools
55
six==1.10.0
6-
backports.os
6+
backports.os=0.1.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
extras_require={
3939
"scandir :python_version < '3.5'": ['scandir~=1.5'],
4040
":python_version < '3.4'": ['enum34~=1.1.6'],
41-
":python_version < '3.0'": ['backports.os'],
41+
":python_version < '3.2'": ['backports.os~=0.1.1'],
4242
},
4343
entry_points={'fs.opener': [
4444
'ftp = fs.opener.ftpfs:FTPOpener',

0 commit comments

Comments
 (0)