From: Stefan Schantl Date: Wed, 23 May 2012 20:01:09 +0000 (+0200) Subject: python-qtermwidget: Add qt-devel as build dependency. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16d8ba54d66ffebb4765186fa2a4bed4a7ca4516;p=ipfire-3.x.git python-qtermwidget: Add qt-devel as build dependency. qt-devel was missing, so the build allways fails an each architecture. --- diff --git a/python-qtermwidget/python-qtermwidget.nm b/python-qtermwidget/python-qtermwidget.nm index 5c314ff96..a3b0c5efc 100644 --- a/python-qtermwidget/python-qtermwidget.nm +++ b/python-qtermwidget/python-qtermwidget.nm @@ -16,7 +16,7 @@ description PyQt4 Bindings for QTermWidget. end -source_dl = +source_dl = http://pyqt4-extrawidgets.googlecode.com/files/ sources = qtermwidget-%{version}.tar.gz build @@ -24,10 +24,9 @@ build gcc-c++ libX11-devel libXext-devel - pyQt - pyQt-devel + pyQt-devel>=4.9.1 python-devel - qt + qt-devel>=4.8.1 qtermwidget-devel sip-devel end