12 lines
494 B
Plaintext
12 lines
494 B
Plaintext
$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():
|
|
|
|
def check_dependencies():
|
|
"""Return whether the installation should continue."""
|
|
+ return 1
|
|
# 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
|