2009-06-02 00:48:32 -04:00
|
|
|
$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():
|
2004-05-07 04:57:15 -04:00
|
|
|
|
2005-12-03 17:34:52 -05:00
|
|
|
def check_dependencies():
|
|
|
|
"""Return whether the installation should continue."""
|
2009-06-02 00:48:32 -04:00
|
|
|
+ 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
|
2009-06-02 00:48:32 -04:00
|
|
|
# the user specified "-q". However, I'm not sure where
|