Skip to content

Commit

Permalink
* use lowercase for package name
Browse files Browse the repository at this point in the history
* add to python3 moduleset

git-svn-id: https://xpra.org/svn/Xpra/trunk@18296 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 4, 2018
1 parent 4aa76c9 commit 6233166
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osx/jhbuild/xpra-python.modules
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
</after>
</distutils>

<distutils id="python-pyobjc-framework-AVFoundation">
<distutils id="python-pyobjc-framework-avfoundation">
<branch repo="pypi.python.org"
module="https://pypi.python.org/packages/53/59/191f0195309b28701e00ade44db07d882cebaf3dcab9609ff10aff1ef04e/pyobjc-framework-AVFoundation-4.1.tar.gz"
hash="sha256:5b41d0e5943a9ad12ebf144e6e117ae768b80245ccc92be97c00153c5c34ac15"
Expand Down Expand Up @@ -618,7 +618,7 @@
<dep package="python-pyobjc-core"/>
<dep package="python-pyobjc-framework-cocoa"/>
<dep package="python-pyobjc-framework-quartz"/>
<dep package="python-pyobjc-framework-AVFoundation"/>
<dep package="python-pyobjc-framework-avfoundation"/>
</dependencies>
</metamodule>

Expand Down
16 changes: 16 additions & 0 deletions osx/jhbuild/xpra-python3.modules
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,21 @@
</after>
</distutils>


<distutils id="python-pyobjc-framework-avfoundation">
<branch repo="pypi.python.org"
module="https://pypi.python.org/packages/53/59/191f0195309b28701e00ade44db07d882cebaf3dcab9609ff10aff1ef04e/pyobjc-framework-AVFoundation-4.1.tar.gz"
hash="sha256:5b41d0e5943a9ad12ebf144e6e117ae768b80245ccc92be97c00153c5c34ac15"
version="4.1"/>
<dependencies>
<dep package="python3"/>
</dependencies>
<after>
<dep package="python3"/>
</after>
</distutils>


<distutils id="python3-rencode" python3="1">
<branch repo="github.com"
module="/aresch/rencode/archive/v1.0.5.tar.gz"
Expand Down Expand Up @@ -605,6 +620,7 @@
<dep package="python3-pyobjc-core"/>
<dep package="python3-pyobjc-framework-cocoa"/>
<dep package="python3-pyobjc-framework-quartz"/>
<dep package="python3-pyobjc-framework-avfoundation"/>
</dependencies>
</metamodule>

Expand Down

0 comments on commit 6233166

Please sign in to comment.