From fcf4731ed95d304f2da4caa030aa16048328f61c Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 24 Sep 2015 23:27:34 -0700 Subject: [PATCH] python-django-south is no longer required with Django 1.8. (imported from commit 4b07d0e7a8d926c2a412ec2d468b7b1437790e8a) --- puppet/zulip/manifests/app_frontend.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/puppet/zulip/manifests/app_frontend.pp b/puppet/zulip/manifests/app_frontend.pp index 0339e52fc5..afb1b62792 100644 --- a/puppet/zulip/manifests/app_frontend.pp +++ b/puppet/zulip/manifests/app_frontend.pp @@ -11,7 +11,6 @@ class zulip::app_frontend { # Django dependencies "python-django", "python-django-guardian", - "python-django-south", "python-django-pipeline", "python-django-bitfield", # Needed for mock objects in decorators