summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 13:16:55 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 13:58:15 +0200
commit667b0f9ed66f0e45d7193a5279181a5811e9495c (patch)
tree188d7cdc2385aeb5ed9510c215ced1ae64229e5c /dev-python/pytables/files
parentdev-python/flask-pymongo: Clean old versions up (diff)
downloadgentoo-667b0f9ed66f0e45d7193a5279181a5811e9495c.tar.gz
gentoo-667b0f9ed66f0e45d7193a5279181a5811e9495c.tar.bz2
gentoo-667b0f9ed66f0e45d7193a5279181a5811e9495c.zip
dev-python/pytables: Clean old versions up
Diffstat (limited to 'dev-python/pytables/files')
-rw-r--r--dev-python/pytables/files/pytables-3.2.0-blosc.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-python/pytables/files/pytables-3.2.0-blosc.patch b/dev-python/pytables/files/pytables-3.2.0-blosc.patch
deleted file mode 100644
index 24c58c1a921c..000000000000
--- a/dev-python/pytables/files/pytables-3.2.0-blosc.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 2c0c126..1448eb1 100755
---- a/setup.py
-+++ b/setup.py
-@@ -768,7 +768,7 @@ if 'BLOSC' not in optional_libs:
- CFLAGS.append(ff)
- break
- else:
-- ADDLIBS += ['blosc']
-+ ADDLIBS += ['blosc', 'blosc_filter']
-
-
- utilsExtension_libs = LIBS + ADDLIBS