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

10 lines
299 B
Text

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'
)