mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
python-pmw shouldn't be a dependency, merely a recommendency
This commit is contained in:
parent
f161ce82cc
commit
9b93b8a030
@ -6553,8 +6553,8 @@ def MakeInstallerLinux():
|
|||||||
depends = ReadFile("targetroot/debian/substvars_dep").replace("shlibs:Depends=", "").strip()
|
depends = ReadFile("targetroot/debian/substvars_dep").replace("shlibs:Depends=", "").strip()
|
||||||
recommends = ReadFile("targetroot/debian/substvars_rec").replace("shlibs:Depends=", "").strip()
|
recommends = ReadFile("targetroot/debian/substvars_rec").replace("shlibs:Depends=", "").strip()
|
||||||
if PkgSkip("PYTHON")==0:
|
if PkgSkip("PYTHON")==0:
|
||||||
depends += ", " + PYTHONV + ", python-pmw"
|
depends += ", " + PYTHONV
|
||||||
recommends += ", python-wxversion, python-profiler (>= " + PV + "), python-tk (>= " + PV + ")"
|
recommends += ", python-wxversion, python-profiler (>= " + PV + "), python-pmw, python-tk (>= " + PV + ")"
|
||||||
if PkgSkip("NVIDIACG")==0:
|
if PkgSkip("NVIDIACG")==0:
|
||||||
depends += ", nvidia-cg-toolkit"
|
depends += ", nvidia-cg-toolkit"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user