summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-30 22:47:00 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-04-30 22:47:00 +0200
commit2d90d1340814bf5919ac79929f046d84ee437081 (patch)
tree2b43fbeafcf4779b2244f03ce30b957a7df6d7ae
parent943cacbb361537725982d7ca1220f7f35352ddc9 (diff)
add pyparsing to moduleset
It will make Mac OS X builds easier
-rw-r--r--modulesets/spice.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 3954bc5..a56d6a8 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -17,6 +17,10 @@
<repository type="git" name="git.fedorahosted.org"
href="git://git.fedorahosted.org/git/"/>
+ <repository type="tarball" name="sourceforge"
+ href="http://downloads.sourceforge.net/project/"/>
+
+
<tarball id="celt" version="0.5.1.3">
<source href="http://downloads.us.xiph.org/releases/celt/celt-0.5.1.3.tar.gz"
hash="sha256:fc2e5b68382eb436a38c3104684a6c494df9bde133c139fbba3ddb5d7eaa6a2e"
@@ -31,6 +35,7 @@
<dep package="spice-protocol"/>
<dep package="celt"/>
<dep package="libcacard"/>
+ <dep package="pyparsing"/>
</dependencies>
</autotools>
@@ -69,11 +74,19 @@
</dependencies>
</autotools>
+ <distutils id="pyparsing">
+ <branch repo="sourceforge"
+ module="pyparsing/pyparsing/pyparsing-1.5.5/pyparsing-1.5.5.tar.gz"
+ hash="sha1:68f18a8f98c9d0e613e08ab45c2b8263daa4a53b"
+ version="1.5.5" size="1412611"/>
+ </distutils>
+
<autotools id="spice-gtk">
<branch repo="git.gitorious.org" module="spice-gtk/spice-gtk.git"/>
<dependencies>
<dep package="spice-protocol"/>
<dep package="celt"/>
+ <dep package="pyparsing"/>
</dependencies>
</autotools>