Changeset 1356
- Timestamp:
- 08/24/08 19:59:48 (3 months ago)
- Files:
-
- trunk/INSTALL (modified) (1 diff)
- trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/INSTALL
r1326 r1356 6 6 * ctypes Python module (part of Python 2.5+) 7 7 (Debian package: python-ctypes) 8 * python-ptrace 0.4. 1+:8 * python-ptrace 0.4.2: 9 9 http://python-ptrace.hachoir.org/ 10 10 * GCC needed by compileC() function from fusil.c_tools: trunk/setup.py
r1335 r1356 56 56 } 57 57 if use_setuptools: 58 install_options["install_requires"] = ["python-ptrace>=0.4. 1"]58 install_options["install_requires"] = ["python-ptrace>=0.4.2"] 59 59 setup(**install_options) 60 60
