Revert "[core] Add python-snappy library"
Review Request #4324 — Created April 18, 2014 and submitted
Information | |
---|---|
abec | |
old-hue-rw | |
Reviewers | |
hue | |
enricoberti, romain |
commit 784e891cc609431c7ee06228c7f1bae05f2afddd Author: Abraham Elmahrek <abraham@elmahrek.com> Date: Sat Apr 19 12:03:45 2014 +0300 Revert "[core] Add python-snappy library" This reverts commit c8a63af10a56ca1d3bba96a51d114c976d63dffa. :100644 000000 08e6a64... 0000000... D desktop/core/ext-py/python-snappy-0.5/AUTHORS :100644 000000 7560c68... 0000000... D desktop/core/ext-py/python-snappy-0.5/MANIFEST.in :100644 000000 db9baab... 0000000... D desktop/core/ext-py/python-snappy-0.5/PKG-INFO :100644 000000 ee5b979... 0000000... D desktop/core/ext-py/python-snappy-0.5/README.rst :100644 000000 9a607b0... 0000000... D desktop/core/ext-py/python-snappy-0.5/crc32c.c :100644 000000 3534daa... 0000000... D desktop/core/ext-py/python-snappy-0.5/crc32c.h :100644 000000 7351d41... 0000000... D desktop/core/ext-py/python-snappy-0.5/setup.py :100644 000000 d0555fa... 0000000... D desktop/core/ext-py/python-snappy-0.5/snappy.py :100644 000000 ff52e79... 0000000... D desktop/core/ext-py/python-snappy-0.5/snappymodule.cc :100644 000000 d9a1c17... 0000000... D desktop/core/ext-py/python-snappy-0.5/test_snappy.py :100644 100644 1ac9e51... d047c7f... M ext/thirdparty/README.md commit 7214367acc9f10f39accdf58b50cbff9e7e02c04 Author: Abraham Elmahrek <abraham@elmahrek.com> Date: Sat Apr 19 12:03:30 2014 +0300 Revert "[core] make snappy a first class citizen" This reverts commit 8d15fcf37fe9deedbd0579f1744db7728642db4b. Conflicts: apps/filebrowser/src/filebrowser/views.py :100644 100644 a6f4aff... 1f69ce1... M README.rst :100644 100644 f9ce3b4... 5ee58d6... M apps/filebrowser/src/filebrowser/views.py :100644 100644 bc538f7... 0ebd010... M apps/filebrowser/src/filebrowser/views_test.py
Reverting snappy inclusion as a first class citizen. By making it optional, we enable SLES and Centos5 support. Could still build and use parquet. Tests are passing. After installing snappy... can also view snappy files.