From 704ff16eb564f1837bc20dfd701c490cb5e3788f Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Fri, 10 Apr 2020 17:24:29 -0700 Subject: [PATCH] Fix Linux package dependencies --- SConstruct | 2 +- stdeb.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index 9cd4b2e..d8f986c 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, python-gtk2', + rpm_requires = 'python, pygtk2', rpm_build = 'rpm/build', rpm_filelist = 'filelist.txt', diff --git a/stdeb.cfg b/stdeb.cfg index 80474b7..fd58d5d 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -5,5 +5,5 @@ Recommends: fahclient, fahviewer Section: science Priority: optional MIME-Desktop-Files: FAHControl.desktop -Depends: python-gnome2, python-support | dh-python +Depends: python, python-gtk2 | python-gnome2 XS-Python-Version: >= 2.4