$OpenBSD: patch-setup_py,v 1.1 2019/11/07 12:26:08 kmos Exp $

Only require funcsigs for 2.7. Patch sent upstream.

https://patch-diff.githubusercontent.com/raw/RIPE-NCC/ripe-atlas-cousteau/pull/53.diff

Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -12,7 +12,7 @@ install_requires = [
 ]
 
 tests_require = [
-    "funcsigs",
+    'funcsigs;python_version<"3.3"',
     "setuptools",
     "nose",
     "coverage",
