summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/Bcfg2/Reporting/Storage/DjangoORM.py1
-rwxr-xr-xtestsuite/install.sh3
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Bcfg2/Reporting/Storage/DjangoORM.py b/src/lib/Bcfg2/Reporting/Storage/DjangoORM.py
index 347e5cc81..e7b23e572 100644
--- a/src/lib/Bcfg2/Reporting/Storage/DjangoORM.py
+++ b/src/lib/Bcfg2/Reporting/Storage/DjangoORM.py
@@ -7,6 +7,7 @@ import traceback
from datetime import datetime
from time import strptime
from lxml import etree
+import sys
import django
from django.core.exceptions import ObjectDoesNotExist, MultipleObjectsReturned
diff --git a/testsuite/install.sh b/testsuite/install.sh
index 1a9f0dcfc..4d8778ad7 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -17,8 +17,7 @@ if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
sudo apt-get install -y yum libaugeas0 augeas-lenses libacl1-dev libssl-dev \
python-gamin python-selinux
- pip install PyYAML pyinotify boto pylibacl Jinja2 mercurial guppy cherrypy
- easy_install https://fedorahosted.org/released/python-augeas/python-augeas-0.4.1.tar.gz
+ pip install PyYAML pyinotify boto pylibacl Jinja2 mercurial guppy cherrypy python-augeas
if [[ ${PYVER:0:1} == "2" ]]; then
pip install cheetah m2crypto