From db1f845d0c9ead2c120c0e2d1cbd09573162bdfe Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Sun, 5 Apr 2020 22:49:50 -0700 Subject: [PATCH] Linux deps --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',