Fix Linux package dependencies
This commit is contained in:
parent
7db84d9c12
commit
704ff16eb5
@ -81,7 +81,7 @@ if env['PLATFORM'] == 'darwin' or env.GetPackageType() == 'rpm':
|
|||||||
|
|
||||||
rpm_license = 'GPL v3+',
|
rpm_license = 'GPL v3+',
|
||||||
rpm_group = 'Applications/Internet',
|
rpm_group = 'Applications/Internet',
|
||||||
rpm_requires = 'python, python-gtk2',
|
rpm_requires = 'python, pygtk2',
|
||||||
rpm_build = 'rpm/build',
|
rpm_build = 'rpm/build',
|
||||||
rpm_filelist = 'filelist.txt',
|
rpm_filelist = 'filelist.txt',
|
||||||
|
|
||||||
|
@ -5,5 +5,5 @@ Recommends: fahclient, fahviewer
|
|||||||
Section: science
|
Section: science
|
||||||
Priority: optional
|
Priority: optional
|
||||||
MIME-Desktop-Files: FAHControl.desktop
|
MIME-Desktop-Files: FAHControl.desktop
|
||||||
Depends: python-gnome2, python-support | dh-python
|
Depends: python, python-gtk2 | python-gnome2
|
||||||
XS-Python-Version: >= 2.4
|
XS-Python-Version: >= 2.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user