From cec6ed96092471f92d401ea478186cb950bd99ba Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin Date: Thu, 6 Aug 2015 23:08:11 -0400 Subject: [PATCH] snakebite can remain in extras --- setup.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 495add98c3217..c47121883987a 100644 --- a/setup.py +++ b/setup.py @@ -23,12 +23,7 @@ s3 = ['boto>=2.36.0'] jdbc = ['jaydebeapi>=0.2.0'] mssql = ['pymssql>=2.1.1', 'unicodecsv>=0.13.0'] - -# snakebite only compatible with Python 2 -- as of August 2015 -if sys.version_info[0] == 2: - hdfs = ['snakebite>=2.4.13'] -else: - hdfs = [] +hdfs = ['snakebite>=2.4.13'] all_dbs = postgres + mysql + hive + mssql + hdfs devel = all_dbs + doc + samba + s3 + ['nose']