diff options
Diffstat (limited to 'recipes/python/python-ldap_2.3.9.bb')
-rw-r--r-- | recipes/python/python-ldap_2.3.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-ldap_2.3.9.bb b/recipes/python/python-ldap_2.3.9.bb index 39ffefd0f1..ea1fd7a6ce 100644 --- a/recipes/python/python-ldap_2.3.9.bb +++ b/recipes/python/python-ldap_2.3.9.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://www.python-ldap.org/" DEPENDS = "python openldap" SRC_URI = "http://pypi.python.org/packages/source/p/${PN}/${PN}-${PV}.tar.gz \ - file://setup.cfg.patch;patch=1" + file://setup.cfg.patch;apply=yes" inherit setuptools |