openbsd-ports/biology/py-biopython/patches/patch-setup_py

12 lines
494 B
Plaintext
Raw Normal View History

$OpenBSD: patch-setup_py,v 1.6 2009/06/02 04:48:32 wcmaier Exp $
--- setup.py.orig Mon Jun 1 21:25:24 2009
+++ setup.py Mon Jun 1 21:25:13 2009
@@ -71,6 +71,7 @@ def check_dependencies_once():
2005-12-03 17:34:52 -05:00
def check_dependencies():
"""Return whether the installation should continue."""
+ return 1
2005-12-03 17:34:52 -05:00
# There should be some way for the user to tell specify not to
# check dependencies. For example, it probably should not if
# the user specified "-q". However, I'm not sure where