From: Brian Warner Date: Thu, 8 Nov 2007 02:50:46 +0000 (-0700) Subject: Makefile: check-deps: check for pycryptopp X-Git-Tag: allmydata-tahoe-0.7.0~248 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=22d386292bfe562b11be23cea461f35c72c1aa37;p=tahoe-lafs%2Ftahoe-lafs.git Makefile: check-deps: check for pycryptopp --- diff --git a/Makefile b/Makefile index 29b0349c..968179b0 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ for help on installing dependencies." check-deps: check-twisted-dep $(CHECK_PYWIN32_DEP) $(PP) \ - $(PYTHON) -c 'import allmydata, zfec, foolscap, simplejson, nevow, OpenSSL' || $(MAKE) signal-error-deps + $(PYTHON) -c 'import allmydata, zfec, foolscap, simplejson, nevow, OpenSSL, pycryptopp' || $(MAKE) signal-error-deps check-twisted-dep: $(PYTHON) -c 'import twisted, zope.interface' || $(MAKE) signal-error-twisted-dep