Changeset 1356

Show
Ignore:
Timestamp:
08/24/08 19:59:48 (3 months ago)
Author:
haypo
Message:

python-ptrace 0.4.1 is buggy, so depends on python-ptrace 0.4.2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/INSTALL

    r1326 r1356  
    66 * ctypes Python module (part of Python 2.5+) 
    77   (Debian package: python-ctypes) 
    8  * python-ptrace 0.4.1+
     8 * python-ptrace 0.4.2
    99   http://python-ptrace.hachoir.org/ 
    1010 * GCC needed by compileC() function from fusil.c_tools: 
  • trunk/setup.py

    r1335 r1356  
    5656    } 
    5757    if use_setuptools: 
    58         install_options["install_requires"] = ["python-ptrace>=0.4.1"] 
     58        install_options["install_requires"] = ["python-ptrace>=0.4.2"] 
    5959    setup(**install_options) 
    6060