Consolidate Python2 and Python3 meta-modules.

GObject-Introspection now works with Python3 so the split isn't needed any more.
This commit is contained in:
John Ralls 2018-01-15 07:27:43 -08:00
parent 6ffc095db0
commit 66a0c619b9

View File

@ -170,8 +170,7 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
<metamodule id="meta-gramps-modules">
<dependencies>
<dep package="python3"/>
<dep package="meta-gtk-osx-gtk3"/>
<dep package="gtk-mac-integration-python"/>
<dep package="meta-gtk-osx-gtk3.14"/>
<dep package="meta-gtk-osx-gtk3-core-themes"/>
<dep package="goocanvas2"/>
<dep package="librsvg"/>
@ -183,10 +182,12 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
<dep package="pil"/>
<dep package="gexiv2"/>
<dep package="berkeleydb"/>
<dep package="gtk-mac-integration-python"/>
<dep package="pycairo"/>
<dep package="pygobject3"/>
<dep package='pyicu'/>
<dep package='pybsddb'/>
<dep package="pil"/>
</dependencies>
</metamodule>