From df0261269dfb12308e56bdcd67ed664998c834dd Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 12 Apr 2012 12:49:52 -0400 Subject: e89e879... bcfg2-test requires nose --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 69c67c0b1..179981ca3 100755 --- a/setup.py +++ b/setup.py @@ -125,7 +125,7 @@ py3lib = 'src/lib/Bcfg2Py3Incompat.py' if sys.hexversion < 0x03000000 and os.path.exists(py3lib): os.remove(py3lib) -inst_reqs = ["lxml"] +inst_reqs = ["lxml", "nose"] if need_m2crypto: inst_reqs.append("M2Crypto") -- cgit v1.2.3-1-g7c22