File: python-no-executable.patch

package info (click to toggle)
confget 4.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 608 kB
  • sloc: python: 1,189; ansic: 883; sh: 561; makefile: 142
file content (15 lines) | stat: -rw-r--r-- 484 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Do not install the Python command-line script.
Forwarded: not-needed
Author: Peter Pentchev <roam@ringlet.net>
Last-Update: 2021-09-29

--- a/python/setup.py
+++ b/python/setup.py
@@ -112,7 +112,6 @@
         "Topic :: Software Development :: Libraries :: Python Modules",
         "Topic :: Utilities",
     ],
-    entry_points={"console_scripts": ["confget=confget.__main__:main"]},
     tests_require=[
         'configparser < 5;python_version<"3"',
         "ddt",