File: Don-t-install-ics_diff.patch

package info (click to toggle)
python-vobject 0.9.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,472 kB
  • sloc: python: 3,605; sh: 7; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 784 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org>
Date: Fri, 17 Apr 2009 22:46:06 +0200
Subject: don't install ics_diff

---
 setup.py | 6 ------
 1 file changed, 6 deletions(-)

--- a/setup.py
+++ b/setup.py
@@ -40,12 +40,6 @@
           "Download": "https://github.com/py-vobject/vobject/releases",
           "Issues": "https://github.com/py-vobject/vobject/issues",
       },
-      entry_points = {
-            'console_scripts': [
-                  'ics_diff = vobject.ics_diff:main',
-                  'change_tz = vobject.change_tz:main'
-            ]
-      },
       include_package_data = True,
       install_requires=["python-dateutil >= 2.5.0; python_version < '3.10'",
                         "python-dateutil >= 2.7.0; python_version >= '3.10'",