Skip to content

Commit 17dcb1a

Browse files
committed
issue #47 changes python to python2.
1 parent 650ff3d commit 17dcb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AC_CONFIG_SRCDIR([src])
1111
AC_CONFIG_MACRO_DIR([m4])
1212

1313
PKG_CHECK_MODULES([Gnomato],[gtkmm-3.0 >= 3.0.0, sqlite3, libnotify >= 0.7.3,
14-
python >= 2.7])
14+
python2 >= 2.7])
1515

1616
IT_PROG_INTLTOOL([0.35.0])
1717

0 commit comments

Comments
 (0)