##// END OF EJS Templates
rpm.spec: bump python dependency to 2.6...
Pierre-Yves David -
r25008:7940c538 default
parent child Browse files
Show More
@@ -37,8 +37,8 b' BuildRequires: make, gcc, gettext'
37 %if "%{?withpython}"
37 %if "%{?withpython}"
38 BuildRequires: readline-devel, openssl-devel, ncurses-devel, zlib-devel, bzip2-devel
38 BuildRequires: readline-devel, openssl-devel, ncurses-devel, zlib-devel, bzip2-devel
39 %else
39 %else
40 BuildRequires: python >= 2.4, python-devel, python-docutils >= 0.5
40 BuildRequires: python >= 2.6, python-devel, python-docutils >= 0.5
41 Requires: python >= 2.4
41 Requires: python >= 2.6
42 %endif
42 %endif
43 # The hgk extension uses the wish tcl interpreter, but we don't enforce it
43 # The hgk extension uses the wish tcl interpreter, but we don't enforce it
44 #Requires: tk
44 #Requires: tk
General Comments 0
You need to be logged in to leave comments. Login now