dev-python/caldav/files/caldav-0.4.0-fix-setup.patch
author Da Risk <da_risk@geekorum.com>
Mon, 27 Jul 2015 15:29:56 +0200
changeset 159 a04a74c83cfa
permissions -rw-r--r--
revbump dev-python/caldav to latest version. Also add the correct dependencies (Portage version: 2.2.20/hg/Linux x86_64, unsigned Manifest commit)

--- setup.py.orig	2015-07-27 15:24:00.832885472 +0200
+++ setup.py	2015-07-27 15:24:52.079709139 +0200
@@ -23,7 +23,7 @@
         author_email='cyril@hippie.io',
         url='http://bitbucket.org/cyrilrbt/caldav',
         license='GPL',
-        packages=find_packages(exclude="tests"),
+        packages=find_packages(exclude=("tests", "test.*")),
         include_package_data=True,
         zip_safe=False,
         install_requires=['vobject', 'lxml', 'nose', 'coverage', 'requests', 'six'],