summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/python/python-pyro/pyro-unattended-install.patch2
-rw-r--r--packages/python/python-pyro_3.4.bb4
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/python/python-pyro/pyro-unattended-install.patch b/packages/python/python-pyro/pyro-unattended-install.patch
index aefabacbf0..4a14ef2310 100644
--- a/packages/python/python-pyro/pyro-unattended-install.patch
+++ b/packages/python/python-pyro/pyro-unattended-install.patch
@@ -13,4 +13,4 @@
[install]
optimize=1
-#install-scripts=/foo/bar
-+install-scripts= ../image/usr/lib/python2.3
++install-scripts= ../image/usr/lib/python2.4
diff --git a/packages/python/python-pyro_3.4.bb b/packages/python/python-pyro_3.4.bb
index a8ac4bb609..4509e9c07b 100644
--- a/packages/python/python-pyro_3.4.bb
+++ b/packages/python/python-pyro_3.4.bb
@@ -10,9 +10,9 @@ LICENSE = "MIT"
RDEPENDS = "python-core python-crypt python-io python-lang python-math \
python-netserver python-pickle python-re python-shell python-stringold \
python-threading"
-PR = "r1"
+PR = "r2"
-SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/pyro;module=Pyro;method=pserver;tag=pyro3_4 \
+SRC_URI = "cvs://anonymous:@pyro.cvs.sourceforge.net/cvsroot/pyro;module=Pyro;method=pserver;tag=pyro3_4 \
file://pyro-unattended-install.patch;patch=1;pnum=0"
S="${WORKDIR}/Pyro"