ports/sysutils/py-pushover/patches/patch-setup_py

11 lines
299 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -14,6 +14,5 @@ setup(name='python-pushover',
py_modules=['pushover'],
entry_points={"console_scripts": ["pushover = pushover:main"]},
install_requires=['requests>=1.0'],
- use_2to3=True,
license='GNU GPLv3'
)