danj 33c46dd96c update py-clint to 0.5.1
Add a py3 flavor and some tests

ok shadchin@ jca@
(maintainer timeout)
2016-04-25 09:32:39 +00:00

13 lines
289 B
Plaintext

$OpenBSD: patch-setup_py,v 1.1 2016/04/25 09:32:39 danj Exp $
--- 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',