diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python-pygtk_2.2.0.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/python-pygtk_2.2.0.oe b/python/python-pygtk_2.2.0.oe index 3c4b94b6b6..31dc9a9ec3 100644 --- a/python/python-pygtk_2.2.0.oe +++ b/python/python-pygtk_2.2.0.oe @@ -8,5 +8,4 @@ SRCNAME = "pygtk" SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.2/${SRCNAME}-${PV}.tar.bz2" S = "${WORKDIR}/${SRCNAME}-${PV}" -inherit distutils pkgconfig - +inherit autotools pkgconfig |