Swap name instead.

Package is named pytables on conda.
This commit is contained in:
Eddie Hebert
2017-01-04 10:58:21 -05:00
committed by Eddie Hebert
parent 2af8e5520a
commit ca07dfb8fb
2 changed files with 4 additions and 3 deletions
+2
View File
@@ -189,6 +189,8 @@ def _conda_format(req):
name = m.group('name').lower()
if name == 'numpy':
return 'numpy x.x'
if name == 'tables':
name = 'pytables'
formatted = '%s %s%s' % ((name,) + m.group('comp', 'spec'))
pycomp, pyspec = m.group('pycomp', 'pyspec')