This file is indexed.

/usr/lib/python2.7/dist-packages/tables/req_versions.py is in python-tables 3.2.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
# -*- coding: utf-8 -*-

########################################################################
#
# License: BSD
# Created: November 5, 2010
# Author:  Francesc Alted - faltet@pytables.com
#
########################################################################

"""Required versions for PyTables dependencies."""

#**********************************************************************
#  Keep these in sync with requirements.txt and user's guide and README
#**********************************************************************

# Minimum recommended versions for mandatory packages
min_numpy_version = '1.7.1'
min_numexpr_version = '2.4'
min_hdf5_version = (1, 8, 4)