diff --git a/SConstruct b/SConstruct index d8f986c..9cd4b2e 100644 --- a/SConstruct +++ b/SConstruct @@ -81,7 +81,7 @@ if env['PLATFORM'] == 'darwin' or env.GetPackageType() == 'rpm': rpm_license = 'GPL v3+', rpm_group = 'Applications/Internet', - rpm_requires = 'python, pygtk2', + rpm_requires = 'python, python-gtk2', rpm_build = 'rpm/build', rpm_filelist = 'filelist.txt',