Fix Linux package dependencies

This commit is contained in:
Joseph Coffland 2020-04-10 17:24:29 -07:00
parent 7db84d9c12
commit 704ff16eb5
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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