Skip to content

Commit

Permalink
#2289 add macos brotli dependencies
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@22629 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 6, 2019
1 parent 4d2a679 commit 8946325
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions osx/jhbuild/xpra-python.modules
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,17 @@
</after>
</distutils>

<distutils id="python-brotli">
<branch repo="files.pythonhosted.org"
module="/packages/cd/9c/7955895f5672ecc85270244582c6b53ff95bb4c24bf77bd9271d42351635/Brotli-1.0.7.zip"
hash="sha256:0538dc1744fd17c314d2adc409ea7d1b779783b89fd95bcfb0c2acc93a6ea5a7"
version="1.0.7">
</branch>
<dependencies>
<dep package="python"/>
</dependencies>
</distutils>

<distutils id="python-pyasn1-modules">
<branch repo="pypi.python.org"
module="/packages/ab/76/36ab0e099e6bd27ed95b70c2c86c326d3affa59b9b535c63a2f892ac9f45/pyasn1-modules-0.2.1.tar.gz"
Expand Down Expand Up @@ -729,6 +740,7 @@
<dep package="python-deprecation"/>
<dep package="python-lz4"/>
<dep package="python-lzo"/>
<dep package="python-brotli"/>
<dep package="python-ldap3"/>
<dep package="python-ldap"/>
<dep package="python-future"/>
Expand Down
12 changes: 12 additions & 0 deletions osx/jhbuild/xpra-python3.modules
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,17 @@
</after>
</distutils>

<distutils id="python3-brotli" python3="1">
<branch repo="files.pythonhosted.org"
module="/packages/cd/9c/7955895f5672ecc85270244582c6b53ff95bb4c24bf77bd9271d42351635/Brotli-1.0.7.zip"
hash="sha256:0538dc1744fd17c314d2adc409ea7d1b779783b89fd95bcfb0c2acc93a6ea5a7"
version="1.0.7">
</branch>
<dependencies>
<dep package="python3"/>
</dependencies>
</distutils>

<distutils id="python3-pyasn1-modules" python3="1">
<branch repo="pypi.python.org"
module="/packages/ab/76/36ab0e099e6bd27ed95b70c2c86c326d3affa59b9b535c63a2f892ac9f45/pyasn1-modules-0.2.1.tar.gz"
Expand Down Expand Up @@ -744,6 +755,7 @@
<dep package="python3-deprecation"/>
<dep package="python3-lz4"/>
<dep package="python3-lzo"/>
<dep package="python3-brotli"/>
<dep package="python3-ldap3"/>
<dep package="python3-ldap"/>
<dep package="python3-future"/>
Expand Down

0 comments on commit 8946325

Please sign in to comment.