dev-python/caldav/files/caldav-fix-setup.patch
author Da Risk <da_risk@geekorum.com>
Tue, 03 Feb 2015 14:25:46 +0100
changeset 154 f06f352f1405
permissions -rw-r--r--
add dev-python/caldav a caldav python library (Portage version: 2.2.15/hg/Linux x86_64, unsigned Manifest commit)

--- setup.py.orig	2015-02-03 14:48:32.760080838 +0100
+++ setup.py	2015-02-03 14:49:26.469081674 +0100
@@ -23,7 +23,7 @@
         author_email='cyril@hippie.io',
         url='http://bitbucket.org/cyrilrbt/caldav',
         license='GPL',
-        packages=find_packages(),
+        packages=find_packages(exclude=("tests", "tests.*")),
         include_package_data=True,
         zip_safe=False,
         install_requires=['nose', 'coverage', 'sphinx'],