File: 0001-don-t-install-ics_diff.patch

package info (click to toggle)
python-vobject 0.8.1c-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 384 kB
  • ctags: 431
  • sloc: python: 3,301; makefile: 10
file content (22 lines) | stat: -rw-r--r-- 693 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
Date: Fri, 17 Apr 2009 22:46:06 +0200
Subject: don't install ics_diff

---
 setup.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index d5b59da..f8e9b09 100755
--- a/setup.py
+++ b/setup.py
@@ -54,8 +54,6 @@ setup(name = "vobject",
       license = "Apache",
       zip_safe = True,
       url = "http://vobject.skyhouseconsulting.com",
-      entry_points = { 'console_scripts': ['ics_diff = vobject.ics_diff:main',
-                                           'change_tz = vobject.change_tz:main']},
       include_package_data = True,
       test_suite = "test_vobject",
 
--