From 4f8a38cab28a0782a1cf4f69a0e0ee82b36f8244 Mon Sep 17 00:00:00 2001 From: Tom van Dijk Date: Fri, 3 Jul 2015 15:52:22 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20=C3=B6=20from=20setup.cfg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Python 3.4 does not install properly, gives error about the ö. Replaced by oe lets it install. See https://github.com/rbarrois/python-ldap/pull/13 for original PR --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index aa23527..a5c1f63 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ optimize = 1 provides = python-ldap requires = python libldap-2_4 vendor = python-ldap project -packager = Michael Ströder +packager = Michael Stroeder distribution_name = openSUSE 11.x release = 1 doc_files = CHANGES README INSTALL TODO Demo/