Skip to content

Commit

Permalink
latest python-lz4 needs python-test-runner now
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@17864 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jan 4, 2018
1 parent a8f425b commit 785a3ae
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 @@ -710,6 +710,25 @@
</after>
</distutils>

<distutils id="python-test-runner">
<branch repo="pypi.python.org"
module="/packages/65/b4/ae89338cd2d81e2cc54bd6db2e962bfe948f612303610d68ab24539ac2d1/pytest-runner-3.0.tar.gz"
hash="sha256:0f7c3a3cf5aead13f54baaa01ceb49e5ae92aba5d3ff1928e81e189c40bc6703"
version="3.0"/>
<dependencies>
<dep package="python"/>
<dep package="python-pkgconfig"/>
<dep package="python-deprecation"/>
<dep package="python-setuptools-scm"/>
</dependencies>
<after>
<dep package="python"/>
<dep package="python-pkgconfig"/>
<dep package="python-deprecation"/>
<dep package="python-setuptools-scm"/>
</after>
</distutils>

<distutils id="python-lz4">
<branch repo="pypi.python.org"
module="/packages/2b/88/4a102ae3b0959f0647040b7f8bbc74ed87a0125a2a3439733159f0152fac/lz4-0.18.1.tar.gz"
Expand All @@ -719,12 +738,14 @@
<dep package="python"/>
<dep package="python-pkgconfig"/>
<dep package="python-deprecation"/>
<dep package="python-test-runner"/>
<dep package="python-setuptools-scm"/>
</dependencies>
<after>
<dep package="python"/>
<dep package="python-pkgconfig"/>
<dep package="python-deprecation"/>
<dep package="python-test-runner"/>
<dep package="python-setuptools-scm"/>
</after>
</distutils>
Expand Down

0 comments on commit 785a3ae

Please sign in to comment.