Skip to content

Commit

Permalink
Use snakebite-py3 for HDFS dependency for Python3 (#12340)
Browse files Browse the repository at this point in the history
closes #10940
  • Loading branch information
kaxil authored Nov 13, 2020
1 parent 1f3ce62 commit ef2cf4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ def write_version(filename=os.path.join(*[my_dir, "airflow", "git_version"])):
'hvac~=0.10',
]
hdfs = [
'snakebite>=2.7.8',
'snakebite>=2.7.8;python_version<"3.0"',
'snakebite-py3;python_version>="3.0"'
]
hive = [
'hmsclient>=0.1.0',
Expand Down

0 comments on commit ef2cf4d

Please sign in to comment.