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:
parent
5b48691c3a
commit
5bec86c1f4
@ -163,10 +163,10 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
||||
</dependencies>
|
||||
</distutils>
|
||||
|
||||
<metamodule id="meta-python2-modules">
|
||||
<metamodule id="meta-gramps-modules">
|
||||
<dependencies>
|
||||
<dep package="python"/>
|
||||
<dep package="meta-gtk-osx-gtk3"/>
|
||||
<dep package="python3"/>
|
||||
<dep package="meta-gtk-osx-gtk3.14"/>
|
||||
<dep package="meta-gtk-osx-gtk3-core-themes"/>
|
||||
<dep package="goocanvas2"/>
|
||||
<dep package="librsvg"/>
|
||||
@ -176,13 +176,7 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
||||
<dep package="osmgpsmap"/>
|
||||
<dep package="graphviz"/>
|
||||
<dep package="gexiv2"/>
|
||||
</dependencies>
|
||||
</metamodule>
|
||||
|
||||
<metamodule id="meta-python3-modules">
|
||||
<dependencies>
|
||||
<dep package="berkeleydb"/>
|
||||
<dep package="python3"/>
|
||||
<dep package="gtk-mac-integration-python"/>
|
||||
<dep package="pycairo"/>
|
||||
<dep package="pygobject3"/>
|
||||
@ -192,4 +186,5 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
||||
</dependencies>
|
||||
</metamodule>
|
||||
|
||||
|
||||
</moduleset>
|
||||
|
Loading…
Reference in New Issue
Block a user