diff options
author | Karel Kočí <cynerd@email.cz> | 2019-03-26 23:51:47 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-03-26 23:51:47 +0100 |
commit | d9a5894535b99607b30590bc76b8b62c24f8d94c (patch) | |
tree | 5ffe909722cb362e469fe624c5ec15386bc7628f | |
parent | b4674e89fffdedc702c823dec173490807e13953 (diff) | |
download | openwrt-personal-pkgs-d9a5894535b99607b30590bc76b8b62c24f8d94c.tar.gz openwrt-personal-pkgs-d9a5894535b99607b30590bc76b8b62c24f8d94c.tar.bz2 openwrt-personal-pkgs-d9a5894535b99607b30590bc76b8b62c24f8d94c.zip |
updater-supervisor: drop patch that does not apply in new version
-rw-r--r-- | updater-supervisor/patches/0001-Fix-entry-point.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/updater-supervisor/patches/0001-Fix-entry-point.patch b/updater-supervisor/patches/0001-Fix-entry-point.patch deleted file mode 100644 index b249337..0000000 --- a/updater-supervisor/patches/0001-Fix-entry-point.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 03e577274ebce02409c7ce9daff8f1bbaaf713ad Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <karel.koci@nic.cz> -Date: Mon, 25 Mar 2019 07:29:33 +0100 -Subject: [PATCH] Fix entry point - ---- - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index 00e4493..28ef691 100755 ---- a/setup.py -+++ b/setup.py -@@ -37,7 +37,7 @@ setup( - packages=['svupdater'], - entry_points={ - 'console_scripts': [ -- 'updater-supervisor=svupdater:main' -+ 'updater-supervisor=svupdater:__main__' - ] - } - ) --- -2.21.0 - |