Opened 20 years ago
Closed 20 years ago
#1514 closed defect (fixed)
Python is not a required dependency of vte
Reported by: | Owned by: | Randy McMurchy | |
---|---|---|---|
Priority: | high | Milestone: | 6.2.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
VTE-0.11.13 page says:
VTE Dependencies Required
GTK+-2.6.7 and Python-2.4.1
This is wrong. One can compile VTE without any python stuff installed if he passes the --disable-python switch to ./configure.
Change History (3)
comment:1 by , 20 years ago
dependson: | → 1584 |
---|---|
Milestone: | future → 6.2 |
Owner: | changed from | to
rep_platform: | PC → All |
Version: | d-6.1 → a-SVN |
comment:2 by , 20 years ago
Status: | new → assigned |
---|
comment:3 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Removed the Python dependency completely. Because Python is only listed as a dependency to build the bindings, and it requires PyGTK, there is really no need for a Python dependency. The PyGTK dependency is enough as it requires Python.