From 33cec1370de5c6031bfb4db00e97053113451151 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Sun, 21 Feb 2016 15:26:32 +0000 Subject: Put quotes around all unpetrify-ref that could be interpreted as numbers Change-Id: Ide3893f85f52070fe8ce66424ee1463951006004 --- strata/django.morph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'strata/django.morph') diff --git a/strata/django.morph b/strata/django.morph index 27c1c662..01f471f2 100644 --- a/strata/django.morph +++ b/strata/django.morph @@ -13,12 +13,12 @@ chunks: - name: django-appconf repo: upstream:python-packages/django-appconf ref: 0c9835f95b44db1b3eb1a9409f95a3ecd63b8ff5 - unpetrify-ref: 0.6 + unpetrify-ref: "0.6" build-system: python-distutils - name: django-compressor repo: upstream:python-packages/django-compressor ref: e747dce3d7e04fe595bbfed54f9554c2725eb757 - unpetrify-ref: 1.4 + unpetrify-ref: "1.4" build-system: python-distutils build-depends: - django-appconf -- cgit v1.2.1