~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: dcoles
  • Date: 2008-04-21 02:29:58 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:743
Libs: Python dateutils are stored in 
'/var/lib/python-support/python<PYTHON_VERSION>'. Added python-support to the 
jail.

This fixes issues with Matplotlib not being able to print dates amoung other 
things.

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
JAIL_COPYTREES = {
185
185
    '/usr/lib/python%s' % PYTHON_VERSION:
186
186
        'jail/usr/lib/python%s' % PYTHON_VERSION,
 
187
    '/var/lib/python-support/python%s' % PYTHON_VERSION:
 
188
        'jail/var/lib/python-support/python%s' %PYTHON_VERSION,
187
189
    '/usr/share/matplotlib': 'jail/usr/share/matplotlib',
188
190
    '/etc/ld.so.conf.d': 'jail/etc/ld.so.conf.d',
189
191
    '/usr/share/pycentral': 'jail/usr/share/pycentral',