diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python-pyqt_3.12.oe | 2 | ||||
-rw-r--r-- | python/python-pyqwt_3.10.oe | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/python/python-pyqt_3.12.oe b/python/python-pyqt_3.12.oe index e74b683ce6..a7c856114b 100644 --- a/python/python-pyqt_3.12.oe +++ b/python/python-pyqt_3.12.oe @@ -7,7 +7,7 @@ LICENSE = "GPL" RDEPENDS = "python-core python-sip" DEPENDS = "virtual/libqte2 virtual/libqpe" SRCNAME = "pyqt" -PR = "r1" +PR = "r2" SRC_URI = "http://www.vanille.de/mirror/PyQt-x11-gpl-${PV}.tar.gz \ file://features" diff --git a/python/python-pyqwt_3.10.oe b/python/python-pyqwt_3.10.oe index beaaf2a8a0..5c4ecfd050 100644 --- a/python/python-pyqwt_3.10.oe +++ b/python/python-pyqwt_3.10.oe @@ -6,6 +6,7 @@ LICENSE = "GPL" RDEPENDS = "python-core python-pyqt (${PV}) python-numeric qwt" DEPENDS = "virtual/libqte2 python-numeric python-pyqt qwt" SRCNAME = "pyqwt" +PR = "r1" SRC_URI = "http://www.vanille.de/mirror/PyQwt-20040118.tar.gz \ file://qt2.x-compat.patch;patch=1 \ |