Skip to content

Commit

Permalink
add python-macholib, python-modulegraph, python-altgraph and make the…
Browse files Browse the repository at this point in the history
…m dependencies of the meta module

git-svn-id: https://xpra.org/svn/Xpra/trunk@6098 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
Stephen Gauthier committed Apr 15, 2014
1 parent 0603efb commit c207aec
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions osx/jhbuild/xpra.modules
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,24 @@
version="0.6.1"/>
</distutils>

<distutils id="python-macholib">
<branch repo="pypi.python.org"
module="/packages/source/m/macholib/macholib-1.6.tar.gz"
version="1.6"/>
</distutils>

<distutils id="python-modulegraph">
<branch repo="pypi.python.org"
module="/packages/source/m/modulegraph/modulegraph-0.11.tar.gz"
version="0.11"/>
</distutils>

<distutils id="python-altgraph">
<branch repo="pypi.python.org"
module="/packages/source/a/altgraph/altgraph-0.11.tar.gz"
version="0.11"/>
</distutils>

<distutils id="python-pyopengl">
<branch repo="pypi.python.org"
module="/packages/source/P/PyOpenGL/PyOpenGL-3.1.0b2.tar.gz"
Expand Down Expand Up @@ -402,6 +420,9 @@
<dep package="python-numpy"/>
<dep package="python-twisted"/>
<dep package="python-lz4"/>
<dep package="python-macholib"/>
<dep package="python-modulegraph"/>
<dep package="python-altgraph"/>
<dep package="python-pyopengl"/>
<dep package="python-pyopengl-accelerate"/>
<dep package="python-pyobjc-core"/>
Expand Down

0 comments on commit c207aec

Please sign in to comment.