ports/devel/py-clint/patches/patch-setup_py

12 lines
227 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- setup.py.orig Sun Apr 17 13:20:47 2016
+++ setup.py Sun Apr 17 13:23:31 2016
@@ -19,7 +19,7 @@ if sys.argv[-1] == "publish":
publish()
sys.exit()
-required = ['args']
+required = []
setup(
name='clint',