diff options
Diffstat (limited to 'recipes/python/python-traits_3.0.3.bb')
-rw-r--r-- | recipes/python/python-traits_3.0.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-traits_3.0.3.bb b/recipes/python/python-traits_3.0.3.bb index 044b0d159c..e8c5baa73e 100644 --- a/recipes/python/python-traits_3.0.3.bb +++ b/recipes/python/python-traits_3.0.3.bb @@ -8,7 +8,7 @@ inherit setuptools SRC_URI = "\ http://pypi.python.org/packages/source/T/Traits/Traits-${PV}.tar.gz \ -# file://fix-import-pyface.diff;patch=1 \ +# file://fix-import-pyface.diff;apply=yes \ " S = "${WORKDIR}/Traits-${PV}" |