PSARC/2013/390 Babel 1.3
authorDrew Fisher <drew.fisher@oracle.com>
Wed, 05 Feb 2014 10:52:50 -0700
changeset 1691 043f53535ed4
parent 1690 5b433bad9b33
child 1692 dce38b815f7d
PSARC/2013/390 Babel 1.3 PSARC/2013/403 oslo.config - openstack common configuration module PSARC/2013/418 websockify - websocket to TCP proxy/bridge PSARC/2014/002 django 1.4.10 PSARC/2014/003 django-appconf 0.6 PSARC/2014/004 django-compressor 1.3 PSARC/2014/005 django-openstack-auth 1.1.3 PSARC/2014/006 lesscpy 0.9j PSARC/2014/013 netifaces 0.8 PSARC/2014/028 lockfile 0.9.1 17780769 The Websockify module is needed by the openstack project 17891420 The Python oslo.config module should be added to Userland 18029506 Request to integrate django into Userland 18029519 Request to integrate django-appconf into Userland 18029526 Request to integrate django-compressor into Userland 18029536 Request to integrate django-openstack_auth into Userland 18029544 Request to integrate lesscpy into Userland 18050356 Request to integrate netifaces into Userland 18091230 Request to integrate lockfile into Userland 18140619 request to integrate babel into Userland
components/python/babel/Makefile
components/python/babel/babel-PYVER.p5m
components/python/babel/babel.license
components/python/babel/resolve.deps
components/python/django-appconf/Makefile
components/python/django-appconf/django-appconf-PYVER.p5m
components/python/django-appconf/resolve.deps
components/python/django/Makefile
components/python/django/django-PYVER.p5m
components/python/django/django-locale-transform
components/python/django/django.license
components/python/django/resolve.deps
components/python/django_compressor/Makefile
components/python/django_compressor/django_compressor-PYVER.p5m
components/python/django_compressor/django_compressor.license
components/python/django_compressor/resolve.deps
components/python/django_openstack_auth/Makefile
components/python/django_openstack_auth/django_openstack_auth-PYVER.p5m
components/python/django_openstack_auth/django_openstack_auth.license
components/python/django_openstack_auth/resolve.deps
components/python/lesscpy/Makefile
components/python/lesscpy/lesscpy-PYVER.p5m
components/python/lesscpy/resolve.deps
components/python/lockfile/Makefile
components/python/lockfile/lockfile-PYVER.p5m
components/python/lockfile/lockfile.license
components/python/lockfile/resolve.deps
components/python/netifaces/Makefile
components/python/netifaces/netifaces-PYVER.p5m
components/python/netifaces/netifaces.license
components/python/netifaces/patches/00-64bit.patch
components/python/netifaces/resolve.deps
components/python/oslo.config/Makefile
components/python/oslo.config/oslo.config-PYVER.p5m
components/python/oslo.config/resolve.deps
components/python/websockify/Makefile
components/python/websockify/resolve.deps
components/python/websockify/websockify-PYVER.p5m
components/python/websockify/websockify.license
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/babel/Makefile	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,60 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		Babel
+COMPONENT_VERSION=	1.3
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:9f02d0357184de1f093c10012b52e7454a1008be6a5c185ab7a3307aceb1d12e
+COMPONENT_ARCHIVE_URL=	$(call pypi_url)
+COMPONENT_PROJECT_URL=	http://babel.pocoo.org/
+COMPONENT_BUGDB=	python-mod/babel
+
+include $(WS_TOP)/make-rules/prep.mk
+include $(WS_TOP)/make-rules/setup.py.mk
+include $(WS_TOP)/make-rules/ips.mk
+
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
+COMPONENT_POST_INSTALL_ACTION = \
+	(cd $(PROTO_DIR)/usr/bin ; \
+         $(MV) -f pybabel pybabel-$(PYTHON_VERSION))
+
+COMPONENT_TEST_DIR =    $(SOURCE_DIR)
+COMPONENT_TEST_CMD =    /usr/bin/pytest
+COMPONENT_TEST_ARGS=
+
+# common targets
+build:		$(BUILD_NO_ARCH)
+
+install:	$(INSTALL_NO_ARCH)
+
+test:		$(TEST_NO_ARCH)
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+include $(WS_TOP)/make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/babel/babel-PYVER.p5m	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,747 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri \
+    value=pkg:/library/python/babel-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Internationalization Utilities for Python"
+set name=pkg.description \
+    value="Babel is a Python library that provides an integrated collection of utilities that assist with internationalizing and localizing Python applications (in particular web-based applications)."
+set name=com.oracle.info.description \
+    value="Babel, the internationalization utilities for Python"
+set name=com.oracle.info.tpno value=15897
+set name=info.classification \
+    value=org.opensolaris.category.2008:Development/Python \
+    value=org.opensolaris.category.2008:System/Internationalization
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream value="Armin Ronacher <[email protected]>"
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2013/390
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+#
+link path=usr/bin/pybabel target=pybabel-$(PYVER) mediator=python \
+    mediator-version=$(PYVER)
+file path=usr/bin/pybabel-$(PYVER)
+file path=usr/lib/python$(PYVER)/vendor-packages/Babel-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
+file path=usr/lib/python$(PYVER)/vendor-packages/Babel-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/Babel-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/Babel-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/Babel-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
+file path=usr/lib/python$(PYVER)/vendor-packages/Babel-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/Babel-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/_compat.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/core.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/dates.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/global.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/aa.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/aa_DJ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/aa_ER.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/aa_ET.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/af.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/af_NA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/af_ZA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/agq.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/agq_CM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ak.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ak_GH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/am.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/am_ET.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_001.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_AE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_BH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_DJ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_DZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_EG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_EH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_ER.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_IL.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_IQ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_JO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_KM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_KW.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_LB.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_LY.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_MA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_MR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_OM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_PS.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_QA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_SA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_SD.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_SO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_SY.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_TD.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_TN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ar_YE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/as.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/as_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/asa.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/asa_TZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ast.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ast_ES.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/az.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/az_Cyrl.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/az_Cyrl_AZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/az_Latn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/az_Latn_AZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bas.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bas_CM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/be.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/be_BY.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bem.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bem_ZM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bez.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bez_TZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bg.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bg_BG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bm.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bm_ML.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bn_BD.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bn_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bo.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bo_CN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bo_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/br.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/br_FR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/brx.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/brx_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bs.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bs_Cyrl.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bs_Cyrl_BA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bs_Latn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/bs_Latn_BA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/byn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/byn_ER.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ca.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ca_AD.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ca_ES.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/cgg.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/cgg_UG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/chr.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/chr_US.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/cs.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/cs_CZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/cy.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/cy_GB.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/da.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/da_DK.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/dav.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/dav_KE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/de.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/de_AT.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/de_BE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/de_CH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/de_DE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/de_LI.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/de_LU.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/dje.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/dje_NE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/dua.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/dua_CM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/dyo.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/dyo_SN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/dz.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/dz_BT.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ebu.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ebu_KE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ee.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ee_GH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ee_TG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/el.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/el_CY.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/el_GR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_150.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_AG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_AS.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_AU.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_BB.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_BE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_BM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_BS.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_BW.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_BZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_CA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_CM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_DM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_Dsrt.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_Dsrt_US.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_FJ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_FM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_GB.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_GD.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_GG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_GH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_GI.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_GM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_GU.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_GY.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_HK.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_IE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_IM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_JE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_JM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_KE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_KI.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_KN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_KY.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_LC.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_LR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_LS.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_MG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_MH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_MP.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_MT.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_MU.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_MW.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_NA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_NG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_NZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_PG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_PH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_PK.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_PR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_PW.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_SB.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_SC.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_SG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_SL.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_SS.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_SZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_TC.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_TO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_TT.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_TZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_UG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_UM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_US.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_US_POSIX.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_VC.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_VG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_VI.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_VU.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_WS.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_ZA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_ZM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/en_ZW.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/eo.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_419.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_AR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_BO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_CL.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_CO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_CR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_CU.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_DO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_EA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_EC.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_ES.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_GQ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_GT.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_HN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_IC.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_MX.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_NI.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_PA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_PE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_PH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_PR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_PY.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_SV.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_US.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_UY.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/es_VE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/et.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/et_EE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/eu.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/eu_ES.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ewo.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ewo_CM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fa.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fa_AF.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fa_IR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ff.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ff_SN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fi.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fi_FI.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fil.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fil_PH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fo.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fo_FO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_BE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_BF.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_BI.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_BJ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_BL.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_CA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_CD.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_CF.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_CG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_CH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_CI.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_CM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_DJ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_DZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_FR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_GA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_GF.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_GN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_GP.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_GQ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_HT.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_KM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_LU.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_MA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_MC.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_MF.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_MG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_ML.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_MQ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_MR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_MU.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_NC.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_NE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_PF.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_RE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_RW.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_SC.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_SN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_SY.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_TD.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_TG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_TN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_VU.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fr_YT.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fur.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/fur_IT.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ga.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ga_IE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/gd.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/gd_GB.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/gl.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/gl_ES.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/gsw.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/gsw_CH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/gu.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/gu_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/guz.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/guz_KE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/gv.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/gv_GB.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ha.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ha_Latn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ha_Latn_GH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ha_Latn_NE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ha_Latn_NG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/haw.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/haw_US.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/he.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/he_IL.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/hi.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/hi_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/hr.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/hr_BA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/hr_HR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/hu.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/hu_HU.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/hy.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/hy_AM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ia.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ia_FR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/id.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/id_ID.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ig.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ig_NG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ii.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ii_CN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/is.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/is_IS.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/it.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/it_CH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/it_IT.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/it_SM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ja.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ja_JP.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/jgo.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/jgo_CM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/jmc.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/jmc_TZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ka.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ka_GE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kab.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kab_DZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kam.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kam_KE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kde.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kde_TZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kea.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kea_CV.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/khq.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/khq_ML.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ki.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ki_KE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kk.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kk_Cyrl.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kk_Cyrl_KZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kkj.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kkj_CM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kl.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kl_GL.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kln.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kln_KE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/km.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/km_KH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kn_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ko.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ko_KP.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ko_KR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kok.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kok_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ks.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ks_Arab.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ks_Arab_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ksb.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ksb_TZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ksf.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ksf_CM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ksh.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ksh_DE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kw.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/kw_GB.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ky.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ky_KG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/lag.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/lag_TZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/lg.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/lg_UG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ln.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ln_AO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ln_CD.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ln_CF.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ln_CG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/lo.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/lo_LA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/lt.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/lt_LT.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/lu.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/lu_CD.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/luo.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/luo_KE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/luy.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/luy_KE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/lv.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/lv_LV.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mas.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mas_KE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mas_TZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mer.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mer_KE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mfe.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mfe_MU.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mg.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mg_MG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mgh.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mgh_MZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mgo.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mgo_CM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mk.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mk_MK.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ml.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ml_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mn_Cyrl.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mn_Cyrl_MN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mr.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mr_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ms.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ms_Latn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ms_Latn_BN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ms_Latn_MY.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ms_Latn_SG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mt.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mt_MT.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mua.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/mua_CM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/my.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/my_MM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/naq.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/naq_NA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nb.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nb_NO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nd.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nd_ZW.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ne.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ne_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ne_NP.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nl.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nl_AW.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nl_BE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nl_CW.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nl_NL.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nl_SR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nl_SX.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nmg.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nmg_CM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nn_NO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nnh.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nnh_CM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nr.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nr_ZA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nso.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nso_ZA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nus.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nus_SD.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nyn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/nyn_UG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/om.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/om_ET.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/om_KE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/or.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/or_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/os.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/os_GE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/os_RU.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/pa.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/pa_Arab.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/pa_Arab_PK.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/pa_Guru.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/pa_Guru_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/pl.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/pl_PL.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ps.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ps_AF.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/pt.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/pt_AO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/pt_BR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/pt_CV.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/pt_GW.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/pt_MO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/pt_MZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/pt_PT.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/pt_ST.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/pt_TL.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/rm.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/rm_CH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/rn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/rn_BI.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ro.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ro_MD.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ro_RO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/rof.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/rof_TZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/root.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ru.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ru_BY.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ru_KG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ru_KZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ru_MD.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ru_RU.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ru_UA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/rw.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/rw_RW.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/rwk.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/rwk_TZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sah.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sah_RU.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/saq.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/saq_KE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sbp.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sbp_TZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/se.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/se_FI.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/se_NO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/seh.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/seh_MZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ses.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ses_ML.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sg.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sg_CF.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/shi.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/shi_Latn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/shi_Latn_MA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/shi_Tfng.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/shi_Tfng_MA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/si.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/si_LK.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sk.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sk_SK.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sl.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sl_SI.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sn_ZW.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/so.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/so_DJ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/so_ET.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/so_KE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/so_SO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sq.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sq_AL.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sq_MK.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sq_XK.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sr.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sr_Cyrl.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sr_Cyrl_BA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sr_Cyrl_ME.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sr_Cyrl_RS.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sr_Cyrl_XK.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sr_Latn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sr_Latn_BA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sr_Latn_ME.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sr_Latn_RS.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sr_Latn_XK.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ss.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ss_SZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ss_ZA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ssy.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ssy_ER.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/st.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/st_LS.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/st_ZA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sv.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sv_AX.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sv_FI.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sv_SE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sw.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sw_KE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sw_TZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/sw_UG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/swc.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/swc_CD.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ta.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ta_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ta_LK.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ta_MY.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ta_SG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/te.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/te_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/teo.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/teo_KE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/teo_UG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/tg.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/tg_Cyrl.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/tg_Cyrl_TJ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/th.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/th_TH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ti.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ti_ER.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ti_ET.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/tig.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/tig_ER.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/tn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/tn_BW.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/tn_ZA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/to.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/to_TO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/tr.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/tr_CY.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/tr_TR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ts.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ts_ZA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/twq.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/twq_NE.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/tzm.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/tzm_Latn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/tzm_Latn_MA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/uk.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/uk_UA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ur.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ur_IN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ur_PK.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/uz.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/uz_Arab.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/uz_Arab_AF.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/uz_Cyrl.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/uz_Cyrl_UZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/uz_Latn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/uz_Latn_UZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/vai.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/vai_Latn.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/vai_Latn_LR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/vai_Vaii.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/vai_Vaii_LR.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ve.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/ve_ZA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/vi.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/vi_VN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/vo.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/vun.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/vun_TZ.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/wae.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/wae_CH.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/wal.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/wal_ET.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/xh.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/xh_ZA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/xog.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/xog_UG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/yav.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/yav_CM.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/yo.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/yo_NG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/zh.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/zh_Hans.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/zh_Hans_CN.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/zh_Hans_HK.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/zh_Hans_MO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/zh_Hans_SG.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/zh_Hant.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/zh_Hant_HK.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/zh_Hant_MO.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/zh_Hant_TW.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/zu.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localedata/zu_ZA.dat
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localtime/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localtime/_unix.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/localtime/_win32.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/messages/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/messages/catalog.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/messages/checkers.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/messages/extract.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/messages/frontend.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/messages/jslexer.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/messages/mofile.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/messages/plurals.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/messages/pofile.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/numbers.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/plural.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/support.py
+file path=usr/lib/python$(PYVER)/vendor-packages/babel/util.py
+#
+license babel.license license=BSD
+
+# force a dependency on the babel package
+depend type=require \
+    fmri=library/python/babel@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+
+# force a dependency on pytz; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/pytz-$(PYV)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/babel/babel.license	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,29 @@
+Copyright (C) 2013 by the Babel Team, see AUTHORS for more information.
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in
+    the documentation and/or other materials provided with the
+    distribution.
+ 3. The name of the author may not be used to endorse or promote
+    products derived from this software without specific prior
+    written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS
+OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/babel/resolve.deps	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,6 @@
+library/python-2/setuptools-26
+library/python-2/setuptools-27
+library/python/setuptools-26
+library/python/setuptools-27
+runtime/python-26
+runtime/python-27
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/django-appconf/Makefile	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,51 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		django-appconf
+COMPONENT_VERSION=	0.6
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:a88ed8fb923a53c70c2c46fbe4508b5f81646b4b01401f1568a821671b33215c
+COMPONENT_ARCHIVE_URL=	$(call pypi_url)
+COMPONENT_PROJECT_URL=	http://django-appconf.readthedocs.org/
+COMPONENT_BUGDB=	python-mod/django-appconf
+
+include $(WS_TOP)/make-rules/prep.mk
+include $(WS_TOP)/make-rules/setup.py.mk
+include $(WS_TOP)/make-rules/ips.mk
+
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
+# common targets
+build:		$(BUILD_NO_ARCH)
+
+install:	$(INSTALL_NO_ARCH)
+
+# unittests require django-discover-runner which is not integrated
+test:		$(NO_TESTS)
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+include $(WS_TOP)/make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/django-appconf/django-appconf-PYVER.p5m	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,62 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri \
+    value=pkg:/library/python/django-appconf-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Django App helper class"
+set name=pkg.description \
+    value="A helper class for handling configuration defaults of packaged Django apps gracefully."
+set name=com.oracle.info.description \
+    value="the configuration defaults helper class for Django"
+set name=com.oracle.info.tpno value=14503
+set name=info.classification \
+    value=org.opensolaris.category.2008:Development/Python \
+    value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream value="Jannis Leidel <[email protected]>"
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2014/003
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/lib/python$(PYVER)/vendor-packages/appconf/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/appconf/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/appconf/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django_appconf-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
+file path=usr/lib/python$(PYVER)/vendor-packages/django_appconf-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/django_appconf-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/django_appconf-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/django_appconf-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
+license LICENSE license=BSD
+
+# force a dependency on the Python runtime
+depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
+    pkg.debug.depend.path=usr/bin
+
+# force a dependency on django; pkgdepend work is needed to flush this out
+depend type=require fmri=library/python/django-$(PYV)
+
+# force a dependency on the django-appconf package
+depend type=require \
+    fmri=library/python/django-appconf@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+
+# force a dependency on six; pkgdepend work is needed to flush this out
+depend type=require fmri=library/python/six-$(PYV)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/django-appconf/resolve.deps	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,2 @@
+runtime/python-26
+runtime/python-27
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/django/Makefile	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,75 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		Django
+COMPONENT_VERSION=	1.4.10
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:3d1f083c039fdab1400c32b5406a60891c9dd16f880999c4a53d054742ac29de
+COMPONENT_ARCHIVE_URL=	$(call pypi_url)
+COMPONENT_PROJECT_URL=	http://www.djangoproject.com/
+COMPONENT_BUGDB=	python-mod/django
+
+include $(WS_TOP)/make-rules/prep.mk
+include $(WS_TOP)/make-rules/setup.py.mk
+include $(WS_TOP)/make-rules/ips.mk
+
+# Replace "#!/usr/bin/env ..." shebang lines with properly versioned ones.
+COMPONENT_POST_BUILD_ACTION = \
+        /usr/bin/find $(BUILD_DIR)/$(MACH)-$(PYTHON_VERSION)/lib/django -name *.py \
+                -exec $(GSED) -i -e 's/env python/python$(PYTHON_VERSION)/' "{}" \; ;
+
+COMPONENT_POST_INSTALL_ACTION = \
+        (cd $(PROTO_DIR)/usr/bin ; $(MV) -f django-admin.py django-admin-$(PYTHON_VERSION))
+
+# add 1 extra transform to get rid of the facet created on
+# locale/__init__.py
+PUBLISH_TRANSFORMS += $(COMPONENT_DIR)/django-locale-transform
+
+# reset the test environment to only contain PATH and PYTHONPATH
+COMPONENT_TEST_DIR=     $(SOURCE_DIR)/tests
+COMPONENT_TEST_ARGS +=  --settings test_sqlite
+COMPONENT_TEST_ENV=     PYTHONPATH=$(SOURCE_DIR)
+COMPONENT_TEST_ENV +=   PATH=$(PATH)
+
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
+# common targets
+build:		$(BUILD_NO_ARCH)
+
+install:	$(INSTALL_NO_ARCH)
+
+#
+# tests require:
+#
+# docutils Markdown PIL py-bcrypt python-memcached pytz PyYAML
+# selenium and Textile, some of which haven't been integrated yet.
+# The tests will run, but there are errors.
+#
+test:		$(TEST_NO_ARCH)
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+include $(WS_TOP)/make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/django/django-PYVER.p5m	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,3535 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+
+# The functionality of unittest2 is part of python 2.7, but separate in 2.6
+<transform depend type=require fmri=library/python/unittest2-27 -> drop>
+set name=pkg.fmri \
+    value=pkg:/library/python/django-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Django Python web framework"
+set name=pkg.description \
+    value="Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design."
+set name=com.oracle.info.description value="the Django Python web framework"
+set name=com.oracle.info.tpno value=16313
+set name=info.classification \
+    value=org.opensolaris.category.2008:Development/Python \
+    value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream value="Django <[email protected]>"
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2014/002
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+link path=usr/bin/django-admin target=django-admin-$(PYVER) mediator=python \
+    mediator-version=$(PYVER)
+file path=usr/bin/django-admin-$(PYVER)
+file path=usr/lib/python$(PYVER)/vendor-packages/Django-$(COMPONENT_VERSION)-py$(PYVER).egg-info
+file path=usr/lib/python$(PYVER)/vendor-packages/django/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/bin/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/bin/daily_cleanup.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/bin/django-admin.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/bin/profiling/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/bin/profiling/gather_profile_stats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/bin/unique-messages.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/app_template/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/app_template/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/app_template/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/app_template/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/global_settings.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ar/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ar/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ar/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/az/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bg/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bg/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bg/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bg/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bn/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bn/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bs/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bs/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ca/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ca/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ca/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ca/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/cs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/cs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/cs/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/cs/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/cy/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/cy/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/cy/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/cy/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/da/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/da/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/da/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/da/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/de/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/de/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/de/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/de/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/el/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/el/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/el/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/el/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/en/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/en/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/en/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/en_GB/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/en_GB/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/en_GB/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/en_GB/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/eo/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/eo/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es_AR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es_AR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es_AR/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es_AR/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es_MX/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es_MX/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es_MX/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es_NI/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es_NI/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/et/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/et/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/et/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/et/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/eu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/eu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/eu/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/eu/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fa/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fa/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fi/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fi/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fr/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fr/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fy_NL/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fy_NL/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fy_NL/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ga/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ga/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ga/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ga/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/gl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/gl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/gl/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/gl/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/he/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/he/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/he/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/he/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/hi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/hi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/hi/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/hi/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/hr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/hr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/hr/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/hr/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/hu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/hu/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/hu/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/id/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/id/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/id/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/is/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/is/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/is/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/is/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/it/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/it/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/it/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/it/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ja/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ja/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ja/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ja/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ka/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ka/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ka/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ka/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/kk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/kk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/km/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/km/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/km/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/km/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/kn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/kn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/kn/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/kn/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ko/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ko/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ko/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/lt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/lt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/lt/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/lt/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/lv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/lv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/lv/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/lv/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/mk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/mk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/mk/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/mk/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ml/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ml/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ml/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ml/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/mn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/mn/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/mn/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nb/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nb/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nb/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nb/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ne/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ne/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nl/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nl/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nn/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nn/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/pa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/pa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/pl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/pl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/pl/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/pl/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/pt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/pt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/pt/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/pt/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/pt_BR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/pt_BR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/pt_BR/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/pt_BR/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ro/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ro/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ro/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ro/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ru/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ru/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ru/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ru/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sk/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sk/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sl/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sl/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sq/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sq/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sq/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sq/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sr/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sr/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sr_Latn/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sr_Latn/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sv/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sv/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sw/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/sw/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ta/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ta/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ta/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ta/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/te/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/te/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/te/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/te/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/th/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/th/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/th/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/th/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/tr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/tr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/tr/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/tr/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/tt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/uk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/uk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/uk/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/uk/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ur/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ur/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/vi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/vi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/vi/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/vi/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_CN/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_CN/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_CN/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_TW/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_TW/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_TW/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_TW/formats.py
+file \
+    path=usr/lib/python$(PYVER)/vendor-packages/django/conf/project_template/manage.py \
+    pkg.tmp.autopyc=false
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/project_template/project_name/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/project_template/project_name/settings.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/project_template/project_name/urls.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/project_template/project_name/wsgi.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/urls/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/urls/defaults.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/urls/i18n.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/urls/shortcut.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/urls/static.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/actions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/filters.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/helpers.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/de/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/de/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fy_NL/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fy_NL/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fy_NL/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ml/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/tr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/zh_CN/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/zh_CN/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/zh_CN/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/zh_TW/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/zh_TW/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/zh_TW/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/zh_TW/LC_MESSAGES/djangojs.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/options.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/sites.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/css/base.css
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/css/changelists.css
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/css/dashboard.css
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/css/forms.css
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/css/ie.css
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/css/login.css
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/css/rtl.css
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/css/widgets.css
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/changelist-bg.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/changelist-bg_rtl.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/chooser-bg.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/chooser_stacked-bg.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/default-bg-reverse.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/default-bg.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/deleted-overlay.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.png
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.png
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/icon-no.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/icon-unknown.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/icon-yes.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/icon_addlink.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/icon_alert.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/icon_calendar.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/icon_changelink.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/icon_clock.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/icon_deletelink.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/icon_error.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/icon_searchbox.png
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/icon_success.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/inline-delete-8bit.png
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/inline-delete.png
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/inline-restore-8bit.png
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/inline-restore.png
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/inline-splitter-bg.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/nav-bg-grabber.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/nav-bg-reverse.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/nav-bg-selected.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/nav-bg.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/selector-icons.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/selector-search.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/sorting-icons.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tool-left.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tool-left_over.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tool-right.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tool-right_over.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tooltag-add.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tooltag-add_over.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tooltag-arrowright_over.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/LICENSE-JQUERY.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/SelectBox.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/SelectFilter2.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/actions.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/actions.min.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/admin/ordering.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/calendar.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/collapse.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/collapse.min.js
+file \
+    path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/compress.py \
+    pkg.tmp.autopyc=false
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/core.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/getElementsBySelector.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/inlines.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/inlines.min.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/jquery.init.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/jquery.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/jquery.min.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/prepopulate.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/prepopulate.min.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/timeparse.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/urlify.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/404.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/500.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/actions.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/app_index.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/auth/user/add_form.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/auth/user/change_password.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/base.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/base_site.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/change_form.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/change_list.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/change_list_results.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/date_hierarchy.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/delete_confirmation.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/delete_selected_confirmation.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/edit_inline/stacked.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/edit_inline/tabular.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/filter.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/includes/fieldset.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/index.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/invalid_setup.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/login.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/object_history.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/pagination.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/prepopulated_fields_js.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/search_form.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/submit_line.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/registration/logged_out.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/registration/password_change_done.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/registration/password_change_form.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/registration/password_reset_complete.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/registration/password_reset_confirm.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/registration/password_reset_done.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/registration/password_reset_email.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/registration/password_reset_form.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templatetags/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templatetags/admin_list.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templatetags/admin_modify.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templatetags/admin_static.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templatetags/admin_urls.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templatetags/adminmedia.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templatetags/log.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/util.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/validation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/views/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/views/decorators.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/views/main.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/widgets.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/fy_NL/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/he/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/id/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/templates/admin_doc/bookmarklets.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/templates/admin_doc/index.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/templates/admin_doc/missing_docutils.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/templates/admin_doc/model_detail.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/templates/admin_doc/model_index.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/templates/admin_doc/template_detail.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/templates/admin_doc/template_filter_index.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/templates/admin_doc/template_tag_index.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/templates/admin_doc/view_detail.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/templates/admin_doc/view_index.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/tests/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/tests/fields.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/urls.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/admin.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/backends.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/context_processors.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/create_superuser.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/decorators.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/fixtures/authtestdata.json
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/fixtures/context-processors-users.xml
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/fixtures/natural.json
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/fixtures/regular.json
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/handlers/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/handlers/modpython.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/hashers.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ar/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/az/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/bg/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/bn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/bs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ca/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/cs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/cy/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/da/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/da/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/de/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/de/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/el/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/el/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/en/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/eo/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/eo/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/es/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/es/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/et/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/et/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/eu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/fa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/fi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/fr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/fy_NL/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ga/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/gl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/he/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/he/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/hi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/hr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/hu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/id/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/is/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/is/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/it/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/it/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ja/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ka/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/kk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/kk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/km/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/km/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/kn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ko/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/lt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/lv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/mk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ml/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/mn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/nb/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ne/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ne/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/nl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/nn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/pa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/pl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/pt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ro/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ru/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/sk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/sl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/sq/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/sr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/sv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/sw/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/sw/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ta/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/te/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/te/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/th/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/th/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/tr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/tt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/uk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ur/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/vi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/management/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/management/commands/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/management/commands/changepassword.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/management/commands/createsuperuser.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/middleware.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/signals.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/templates/registration/password_reset_subject.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/auth_backends.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/basic.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/context_processors.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/decorators.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/hashers.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/management.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/remote_user.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/signals.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/context_processors/auth_attrs_access.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/context_processors/auth_attrs_messages.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/context_processors/auth_attrs_no_access.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/context_processors/auth_attrs_perms.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/context_processors/auth_attrs_test_access.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/context_processors/auth_attrs_user.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/logged_out.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/login.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/password_change_form.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/password_reset_complete.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/password_reset_confirm.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/password_reset_done.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/password_reset_email.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/password_reset_form.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/password_reset_subject.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/tokens.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/urls.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tokens.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/urls.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/admin.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/feeds.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ar/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/az/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/bg/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/bg/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/bn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/bs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/bs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ca/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ca/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/cs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/cs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/cy/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/cy/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/da/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/da/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/de/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/de/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/el/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/el/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/en/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/en_GB/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/en_GB/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/eo/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/eo/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/es/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/es/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/es_AR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/es_AR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/es_MX/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/et/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/et/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/eu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/eu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/fa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/fa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/fi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/fi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/fr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/fr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/fy_NL/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ga/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ga/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/gl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/gl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/he/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/he/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/hi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/hi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/hr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/hr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/hu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/id/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/is/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/is/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/it/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/it/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ja/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ja/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ka/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ka/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/kk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/kk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/km/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/km/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/kn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/kn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ko/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/lt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/lt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/lv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/lv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/mk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/mk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ml/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ml/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/mn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/nb/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/nb/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ne/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ne/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/nl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/nl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/nn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/pa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/pa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/pl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/pl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/pt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/pt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/pt_BR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/pt_BR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ro/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ro/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ru/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ru/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sq/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sq/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sr_Latn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sr_Latn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sw/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sw/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ta/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ta/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/te/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/te/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/th/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/th/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/tr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/tr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/tt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/uk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/uk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ur/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ur/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/vi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/vi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/zh_CN/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/zh_TW/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/zh_TW/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/managers.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/moderation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/signals.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/400-debug.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/approve.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/approved.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/base.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/delete.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/deleted.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/flag.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/flagged.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/form.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/list.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/posted.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/preview.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templatetags/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templatetags/comments.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/urls.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/views/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/views/comments.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/views/moderation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/views/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/generic.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/fy_NL/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/zh_CN/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/zh_TW/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/zh_TW/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/management.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/datastructures.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/plugins/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/plugins/calendars.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/plugins/fieldchoices.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/plugins/objects.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/sites.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/base.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/base_site.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/calendar_day.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/calendar_homepage.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/calendar_main.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/calendar_month.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/calendar_year.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/choice_detail.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/choice_list.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/fieldchoice_detail.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/fieldchoice_homepage.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/fieldchoice_list.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/homepage.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/model_detail.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/object_detail.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/urls.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/admin.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/fixtures/sample_flatpages.json
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/az/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/da/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/de/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/el/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/es/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/et/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/fy_NL/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/he/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/id/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/is/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/it/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/km/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/te/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/th/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/middleware.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/templatetags/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/templatetags/flatpages.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/csrf.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/middleware.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/templates/404.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/templates/flatpages/default.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/templates/registration/login.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/templatetags.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/urls.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/urls.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ar/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/az/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/bg/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/bg/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/bn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/bs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/bs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ca/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ca/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/cs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/cs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/cy/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/cy/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/da/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/da/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/de/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/de/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/el/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/el/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/en/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/en_GB/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/en_GB/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/eo/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/eo/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/es/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/es/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/es_AR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/es_AR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/et/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/et/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/eu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/eu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/fa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/fa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/fi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/fi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/fr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/fr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/fy_NL/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ga/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ga/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/gl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/gl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/he/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/he/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/hi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/hi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/hr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/hr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/hu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/id/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/is/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/is/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/it/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/it/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ja/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ja/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ka/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ka/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/kk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/kk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/km/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/km/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/kn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/kn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ko/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/lt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/lt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/lv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/lv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/mk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/mk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ml/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ml/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/mn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/nb/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/nb/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ne/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ne/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/nl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/nl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/nn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/pa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/pa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/pl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/pl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/pt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/pt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/pt_BR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/pt_BR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ro/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ro/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ru/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ru/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sq/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sq/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sr_Latn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sr_Latn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sw/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sw/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ta/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ta/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/te/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/te/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/th/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/th/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/tr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/tr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/tt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/uk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/uk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ur/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ur/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/vi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/vi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/zh_CN/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/zh_TW/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/zh_TW/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/preview.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/templates/formtools/form.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/templates/formtools/preview.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/templates/formtools/wizard/wizard_form.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/templates/base.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/templates/forms/wizard.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/urls.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/cookiestorage.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/loadstorage.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/namedwizardtests/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/namedwizardtests/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/namedwizardtests/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/namedwizardtests/urls.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/sessionstorage.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/storage.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/wizardtests/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/wizardtests/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/wizardtests/templates/other_wizard_form.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/wizardtests/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/wizardtests/urls.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/legacy.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/storage/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/storage/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/storage/cookie.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/storage/exceptions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/storage/session.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/admin/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/admin/options.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/admin/widgets.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/adapter.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/mysql/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/mysql/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/mysql/compiler.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/mysql/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/mysql/introspection.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/mysql/operations.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/adapter.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/compiler.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/introspection.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/operations.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/postgis/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/postgis/adapter.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/postgis/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/postgis/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/postgis/introspection.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/postgis/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/postgis/operations.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/adapter.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/client.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/introspection.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/operations.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/util.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/aggregates.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/fields.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/manager.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/proxy.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/query.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/sql/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/sql/aggregates.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/sql/compiler.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/sql/conversion.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/sql/query.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/sql/where.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/feeds.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/forms/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/forms/fields.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/datasource.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/driver.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/envelope.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/error.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/feature.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/field.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/geometries.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/geomtype.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/layer.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/libgdal.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/prototypes/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/prototypes/ds.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/prototypes/errcheck.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/prototypes/generation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/prototypes/geom.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/prototypes/srs.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/srs.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/tests/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/tests/test_driver.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/tests/test_ds.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/tests/test_envelope.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/tests/test_geom.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/tests/test_srs.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geoip/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geoip/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geoip/libgeoip.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geoip/prototypes.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geoip/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geometry/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geometry/backend/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geometry/backend/geos.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geometry/regex.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geometry/test_data.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/collections.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/coordseq.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/error.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/factory.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/geometry.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/io.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/libgeos.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/linestring.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/mutable_list.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/point.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/polygon.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/prepared.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/prototypes/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/prototypes/coordseq.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/prototypes/errcheck.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/prototypes/geom.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/prototypes/io.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/prototypes/misc.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/prototypes/predicates.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/prototypes/prepared.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/prototypes/threadsafe.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/prototypes/topology.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/tests/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/tests/test_geos.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/tests/test_geos_mutation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/tests/test_io.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/tests/test_mutable_list.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ar/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/az/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/bg/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/bg/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/bn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/bs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/bs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ca/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ca/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/cs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/cs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/cy/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/cy/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/da/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/da/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/de/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/de/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/el/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/el/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/en/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/eo/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/eo/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/es/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/es/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/et/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/et/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/eu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/eu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/fa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/fa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/fi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/fi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/fr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/fr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/fy_NL/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ga/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ga/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/gl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/gl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/he/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/he/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/hi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/hi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/hr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/hr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/hu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/id/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/is/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/is/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/it/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/it/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ja/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ja/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ka/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ka/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/kk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/kk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/km/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/km/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/kn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/kn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ko/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/lt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/lt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/lv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/lv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/mk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/mk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ml/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ml/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/mn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/nb/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/nb/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ne/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ne/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/nl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/nl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/nn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/pa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/pa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/pl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/pl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/pt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/pt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ro/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ro/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ru/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ru/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/sk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/sk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/sl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/sl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/sq/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/sq/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/sr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/sr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/sv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/sv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/sw/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/sw/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ta/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ta/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/te/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/te/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/th/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/th/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/tr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/tr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/tt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/uk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/uk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ur/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ur/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/vi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/vi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/zh_CN/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/zh_TW/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/zh_TW/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/management/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/management/commands/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/management/commands/inspectdb.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/management/commands/ogrinspect.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/maps/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/maps/google/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/maps/google/gmap.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/maps/google/overlays.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/maps/google/zoom.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/maps/openlayers/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/measure.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/shortcuts.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/sitemaps/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/sitemaps/georss.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/sitemaps/kml.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/sitemaps/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/admin/openlayers.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/admin/openlayers.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/admin/osm.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/admin/osm.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/google/google-map.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/google/google-map.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/google/google-multi.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/google/google-single.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/kml/base.kml
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/kml/placemarks.kml
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/sitemaps/geo_sitemap.xml
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/cities/cities.dbf
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/cities/cities.prj
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/cities/cities.shp
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/cities/cities.shx
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/counties/counties.dbf
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/counties/counties.shp
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/counties/counties.shx
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/geometries.json.gz
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/interstates/interstates.dbf
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/interstates/interstates.prj
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/interstates/interstates.shp
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/interstates/interstates.shx
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/invalid/emptypoints.dbf
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/invalid/emptypoints.shp
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/invalid/emptypoints.shx
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_point/test_point.dbf
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_point/test_point.prj
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_point/test_point.shp
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_point/test_point.shx
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_poly/test_poly.dbf
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_poly/test_poly.prj
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_poly/test_poly.shp
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_poly/test_poly.shx
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_vrt/test_vrt.csv
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_vrt/test_vrt.vrt
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/texas.dbf
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/distapp/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/distapp/fixtures/initial_data.json.gz
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/distapp/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/distapp/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geo3d/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geo3d/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geo3d/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geo3d/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoadmin/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoadmin/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoadmin/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoadmin/urls.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/feeds.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/fixtures/initial_data.json.gz
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/sitemaps.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/test_feeds.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/test_regress.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/test_sitemaps.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/urls.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geogapp/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geogapp/fixtures/initial_data.json
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geogapp/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geogapp/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/inspectapp/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/inspectapp/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/inspectapp/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/layermap/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/layermap/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/layermap/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/relatedapp/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/relatedapp/fixtures/initial_data.json.gz
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/relatedapp/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/relatedapp/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/test_geoforms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/test_measure.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/test_spatialrefsys.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/utils/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/utils/geoip.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/utils/layermapping.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/utils/ogrinfo.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/utils/ogrinspect.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/utils/srs.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/utils/wkt.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ar/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/az/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/bg/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/bn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/bs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ca/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/cs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/cy/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/da/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/da/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/de/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/de/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/el/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/el/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/en/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/eo/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/es/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/es/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/et/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/et/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/eu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/fa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/fi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/fr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/fy_NL/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ga/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/gl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/he/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/he/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/hi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/hr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/hu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/id/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/is/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/is/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/it/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/it/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ja/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ka/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/kk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/km/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/km/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/kn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ko/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/lt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/lv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/mk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ml/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/mn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/nb/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ne/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/nl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/nn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/pa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/pl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/pt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ro/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ru/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/sk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/sl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/sq/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/sr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/sv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/sw/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ta/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/te/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/te/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/th/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/th/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/tr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/tt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/uk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ur/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/vi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/zh_CN/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/zh_TW/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/zh_TW/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/templatetags/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/templatetags/humanize.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ar/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ar/ar_provinces.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ar/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/at/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/at/at_states.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/at/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/au/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/au/au_states.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/au/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/au/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/be/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/be/be_provinces.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/be/be_regions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/be/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/br/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/br/br_states.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/br/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ca/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ca/ca_provinces.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ca/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ch/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ch/ch_states.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ch/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cl/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cl/cl_regions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cl/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cn/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cn/cn_provinces.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cn/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/co/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/co/co_departments.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/co/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cz/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cz/cz_regions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cz/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/de/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/de/de_states.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/de/forms.py
+file \
+    path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/de_CH/formats.py \
+    pkg.tmp.autopyc=false
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ec/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ec/ec_provinces.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ec/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/es/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/es/es_provinces.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/es/es_regions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/es/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/fi/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/fi/fi_municipalities.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/fi/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/fr/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/fr/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/fr/fr_department.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/gb/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/gb/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/gb/gb_regions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/generic/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/generic/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/hr/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/hr/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/hr/hr_choices.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/id/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/id/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/id/id_choices.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ie/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ie/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ie/ie_counties.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/il/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/il/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/in_/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/in_/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/in_/in_states.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/is_/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/is_/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/is_/is_postalcodes.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/it/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/it/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/it/it_province.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/it/it_region.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/it/util.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/jp/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/jp/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/jp/jp_prefectures.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/kw/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/kw/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ar/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/az/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/bg/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/bg/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/bn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/bs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/bs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ca/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ca/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/cs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/cs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/cy/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/cy/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/da/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/da/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/de/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/de/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/el/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/el/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/en/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/en_GB/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/en_GB/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/eo/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/eo/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/es/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/es/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/es_AR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/es_AR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/es_MX/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/et/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/et/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/eu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/eu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/fa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/fa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/fi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/fi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/fr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/fr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/fy_NL/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ga/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ga/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/gl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/gl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/he/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/he/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/hi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/hi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/hr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/hr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/hu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/id/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/is/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/is/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/it/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/it/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ja/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ja/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ka/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ka/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/kk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/kk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/km/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/km/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/kn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/kn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ko/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/lt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/lt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/lv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/lv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/mk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/mk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ml/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ml/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/mn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/nb/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/nb/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ne/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ne/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/nl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/nl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/nn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/pa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/pa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/pl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/pl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/pt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/pt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/pt_BR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/pt_BR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ro/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ro/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ru/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ru/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sq/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sq/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sr_Latn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sr_Latn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sw/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sw/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ta/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ta/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/te/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/te/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/th/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/th/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/tr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/tr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/tt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/uk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/uk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ur/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ur/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/vi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/vi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/zh_CN/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/zh_TW/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/zh_TW/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/mk/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/mk/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/mk/mk_choices.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/mk/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/mx/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/mx/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/mx/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/mx/mx_states.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/nl/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/nl/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/nl/nl_provinces.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/no/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/no/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/no/no_municipalities.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pe/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pe/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pe/pe_region.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pl/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pl/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pl/pl_administrativeunits.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pl/pl_voivodeships.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pt/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pt/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/py/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/py/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/py/py_department.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ro/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ro/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ro/ro_counties.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ru/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ru/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ru/ru_regions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/se/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/se/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/se/se_counties.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/se/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/si/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/si/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/si/si_postalcodes.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/sk/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/sk/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/sk/sk_districts.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/sk/sk_regions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/tr/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/tr/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/tr/tr_provinces.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/uk/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/uk/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/uk/uk_regions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/us/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/us/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/us/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/us/us_states.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/uy/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/uy/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/uy/util.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/uy/uy_departaments.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/za/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/za/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/za/za_provinces.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/markup/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/markup/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/markup/templatetags/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/markup/templatetags/markup.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/markup/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/api.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/constants.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/context_processors.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ar/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/az/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/bg/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/bg/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/bn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/bs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/bs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ca/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ca/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/cs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/cs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/cy/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/cy/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/da/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/da/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/de/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/de/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/el/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/el/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/en/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/en_GB/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/en_GB/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/eo/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/eo/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/es/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/es/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/es_AR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/es_AR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/es_MX/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/et/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/et/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/eu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/eu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/fa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/fa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/fi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/fi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/fr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/fr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/fy_NL/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ga/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ga/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/gl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/gl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/he/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/he/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/hi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/hi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/hr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/hr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/hu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/id/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/is/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/is/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/it/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/it/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ja/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ja/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ka/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ka/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/kk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/kk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/km/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/km/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/kn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/kn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ko/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/lt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/lt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/lv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/lv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/mk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/mk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ml/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ml/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/mn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/nb/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/nb/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ne/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ne/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/nl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/nl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/nn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/pa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/pa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/pl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/pl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/pt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/pt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/pt_BR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/pt_BR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ro/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ro/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ru/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ru/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sq/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sq/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sr_Latn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sr_Latn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sw/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sw/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ta/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ta/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/te/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/te/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/th/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/th/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/tr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/tr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/tt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/uk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/uk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ur/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ur/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/vi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/vi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/zh_CN/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/zh_TW/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/zh_TW/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/middleware.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/storage/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/storage/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/storage/cookie.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/storage/fallback.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/storage/session.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/tests/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/tests/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/tests/cookie.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/tests/fallback.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/tests/middleware.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/tests/session.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/tests/urls.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/admin.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ar/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/az/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/bg/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/bn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/bs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ca/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/cs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/cy/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/da/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/da/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/de/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/de/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/el/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/el/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/en/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/eo/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/es/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/es/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/et/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/et/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/eu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/fa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/fi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/fr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/fy_NL/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ga/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/gl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/he/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/he/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/hi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/hr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/hu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/id/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/is/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/is/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/it/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/it/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ja/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ka/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/kk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/km/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/km/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/kn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ko/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/lt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/lv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/mk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ml/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/mn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/nb/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ne/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/nl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/nn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/pa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/pl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/pt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ro/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ru/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/sk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/sl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/sq/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/sr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/sv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/sw/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ta/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/te/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/th/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/tr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/tt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/uk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ur/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/vi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/zh_CN/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/zh_TW/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/zh_TW/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/middleware.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/backends/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/backends/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/backends/cache.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/backends/cached_db.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/backends/db.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/backends/file.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/backends/signed_cookies.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ar/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/az/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/bg/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/bn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/bs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ca/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/cs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/cy/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/da/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/de/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/el/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/el/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/en/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/eo/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/es/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/es/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/et/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/et/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/eu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/fa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/fi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/fr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/fy_NL/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ga/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/gl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/he/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/he/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/hi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/hr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/hu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/id/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/is/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/is/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/it/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ja/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ka/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/kk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/km/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/kn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ko/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/lt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/lv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/mk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ml/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/mn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/nb/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ne/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/nl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/nn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/pa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/pl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/pt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ro/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ru/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/sk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/sl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/sq/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/sr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/sv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/sw/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ta/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/te/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/th/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/tr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/tt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/uk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ur/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/vi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/zh_CN/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/zh_TW/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/zh_TW/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/middleware.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/management/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/management/commands/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/management/commands/ping_google.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/templates/sitemap.xml
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/templates/sitemap_index.xml
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/flatpages.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/generic.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/http.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/https.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/templates/custom_sitemap.xml
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/templates/custom_sitemap_index.xml
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/urls/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/urls/http.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/urls/https.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/admin.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ar/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/az/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/bg/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/bg/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/bn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/bs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/bs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ca/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ca/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/cs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/cs/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/cy/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/cy/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/da/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/da/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/de/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/de/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/el/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/el/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/en/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/eo/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/eo/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/es/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/es/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/et/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/et/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/eu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/eu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/fa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/fa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/fi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/fi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/fr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/fr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/fy_NL/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ga/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ga/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/gl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/gl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/he/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/he/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/hi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/hi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/hr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/hr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/hu/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/id/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/is/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/is/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/it/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/it/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ja/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ja/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ka/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ka/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/kk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/kk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/km/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/km/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/kn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/kn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ko/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/lt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/lt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/lv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/lv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/mk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/mk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ml/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ml/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/mn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/nb/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/nb/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ne/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ne/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/nl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/nl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/nn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/pa/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/pa/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/pl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/pl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/pt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/pt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ro/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ro/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ru/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ru/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/sk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/sk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/sl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/sl/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/sq/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/sq/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/sr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/sr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/sv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/sv/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/sw/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/sw/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ta/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ta/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/te/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/te/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/th/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/th/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/tr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/tr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/tt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/uk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/uk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ur/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ur/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/vi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/vi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/zh_CN/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/zh_TW/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/zh_TW/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/management.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/managers.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/finders.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/handlers.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/management/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/management/commands/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/management/commands/collectstatic.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/management/commands/findstatic.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/management/commands/runserver.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/storage.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/templatetags/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/templatetags/staticfiles.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/urls.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/syndication/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/syndication/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/webdesign/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/webdesign/lorem_ipsum.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/webdesign/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/webdesign/templatetags/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/webdesign/templatetags/webdesign.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/webdesign/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/cache/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/cache/backends/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/cache/backends/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/cache/backends/db.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/cache/backends/dummy.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/cache/backends/filebased.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/cache/backends/locmem.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/cache/backends/memcached.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/context_processors.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/exceptions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/files/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/files/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/files/images.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/files/locks.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/files/move.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/files/storage.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/files/temp.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/files/uploadedfile.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/files/uploadhandler.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/files/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/handlers/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/handlers/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/handlers/modpython.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/handlers/profiler-hotshot.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/handlers/wsgi.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/mail/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/mail/backends/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/mail/backends/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/mail/backends/console.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/mail/backends/dummy.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/mail/backends/filebased.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/mail/backends/locmem.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/mail/backends/smtp.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/mail/message.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/mail/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/color.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/cleanup.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/compilemessages.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/createcachetable.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/dbshell.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/diffsettings.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/dumpdata.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/flush.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/inspectdb.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/loaddata.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/makemessages.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/reset.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/runfcgi.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/runserver.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/shell.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sql.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqlall.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqlclear.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqlcustom.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqlflush.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqlindexes.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqlinitialdata.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqlreset.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqlsequencereset.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/startapp.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/startproject.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/syncdb.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/test.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/testserver.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/validate.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/sql.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/templates.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/validation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/paginator.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/serializers/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/serializers/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/serializers/json.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/serializers/python.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/serializers/pyyaml.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/serializers/xml_serializer.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/servers/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/servers/basehttp.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/servers/fastcgi.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/signals.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/signing.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/urlresolvers.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/validators.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/wsgi.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/xheaders.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/dummy/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/dummy/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/mysql/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/mysql/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/mysql/client.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/mysql/compiler.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/mysql/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/mysql/introspection.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/mysql/validation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/oracle/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/oracle/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/oracle/client.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/oracle/compiler.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/oracle/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/oracle/introspection.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/postgresql_psycopg2/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/postgresql_psycopg2/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/postgresql_psycopg2/client.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/postgresql_psycopg2/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/postgresql_psycopg2/introspection.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/postgresql_psycopg2/operations.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/postgresql_psycopg2/version.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/signals.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/sqlite3/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/sqlite3/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/sqlite3/client.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/sqlite3/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/sqlite3/introspection.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/util.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/aggregates.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/deletion.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/expressions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/fields/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/fields/files.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/fields/proxy.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/fields/related.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/fields/subclassing.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/loading.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/manager.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/options.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/query.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/query_utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/related.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/signals.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/aggregates.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/compiler.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/constants.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/datastructures.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/expressions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/query.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/subqueries.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/where.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/transaction.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/dispatch/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/dispatch/dispatcher.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/dispatch/saferef.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/forms/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/forms/extras/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/forms/extras/widgets.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/forms/fields.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/forms/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/forms/formsets.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/forms/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/forms/util.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/forms/widgets.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/http/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/http/multipartparser.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/http/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/cache.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/clickjacking.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/common.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/csrf.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/doc.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/gzip.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/http.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/locale.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/transaction.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/shortcuts/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/context.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/debug.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/defaultfilters.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/defaulttags.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/loader.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/loader_tags.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/loaders/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/loaders/app_directories.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/loaders/cached.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/loaders/eggs.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/loaders/filesystem.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/response.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/smartif.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/templatetags/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/templatetags/cache.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/templatetags/future.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/templatetags/i18n.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/templatetags/l10n.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/templatetags/static.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/templatetags/tz.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/test/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/test/_doctest.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/test/client.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/test/html.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/test/signals.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/test/simple.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/test/testcases.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/test/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/_os.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/archive.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/autoreload.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/baseconv.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/cache.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/checksums.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/copycompat.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/crypto.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/daemonize.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/datastructures.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/dateformat.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/dateparse.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/dates.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/datetime_safe.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/decorators.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/dictconfig.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/encoding.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/feedgenerator.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/functional.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/hashcompat.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/html.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/html_parser.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/http.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/importlib.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/ipv6.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/itercompat.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/jslex.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/log.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/module_loading.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/numberformat.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/regex_helper.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/safestring.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/simplejson/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/simplejson/decoder.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/simplejson/encoder.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/simplejson/scanner.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/simplejson/tool.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/six.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/synch.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/termcolors.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/text.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/timesince.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/timezone.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/translation/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/translation/trans_null.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/translation/trans_real.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/tree.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/tzinfo.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/__main__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/case.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/collector.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/compatibility.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/loader.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/main.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/result.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/runner.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/signals.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/suite.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/util.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/version.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/xmlutils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/csrf.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/debug.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/decorators/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/decorators/cache.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/decorators/clickjacking.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/decorators/csrf.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/decorators/debug.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/decorators/gzip.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/decorators/http.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/decorators/vary.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/defaults.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/create_update.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/date_based.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/dates.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/detail.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/edit.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/list.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/list_detail.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/simple.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/i18n.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/views/static.py
+license django.license license="BSD, Apache 2.0, MIT, PSFv2"
+
+# force a dependency on the django package
+depend type=require \
+    fmri=library/python/django@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+
+# force a dependency on docutils; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/docutils-$(PYV)
+
+# force a dependency on ipython; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/ipython-$(PYV)
+
+# force a dependency on markdown; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/markdown-$(PYV)
+
+# force a dependency on python-imaging; pkgdepend work is needed to
+# flush this out.
+depend type=require fmri=library/python/python-imaging-$(PYV)
+
+# force a dependency on python-mysql; pkgdepend work is needed to
+# flush this out.
+depend type=require fmri=library/python/python-mysql-$(PYV)
+
+# force a dependency on pytz; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/pytz-$(PYV)
+
+# force a dependency on simplejson; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/simplejson-$(PYV)
+
+# force a dependency on unittest2; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/unittest2-$(PYV)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/django/django-locale-transform	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,26 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=.*/locale/__init__.pyc?$ -> delete facet.locale.__init__ .*>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/django/django.license	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,607 @@
+Copyright (c) Django Software Foundation and individual contributors.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+    1. Redistributions of source code must retain the above copyright notice, 
+       this list of conditions and the following disclaimer.
+    
+    2. Redistributions in binary form must reproduce the above copyright 
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+
+    3. Neither the name of Django nor the names of its contributors may be used
+       to endorse or promote products derived from this software without
+       specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+--------------------------------------------------------------------------
+
+Copyright (c) 2010 John Resig, http://jquery.com/
+ 
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+ 
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+ 
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+--------------------------------------------------------------------------
+
+Copyright (c) 2007-2009, Justin Bronn
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+    1. Redistributions of source code must retain the above copyright notice,
+       this list of conditions and the following disclaimer.
+
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+
+    3. Neither the name of OGRGeometry nor the names of its contributors may be used
+       to endorse or promote products derived from this software without
+       specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+--------------------------------------------------------------------------
+
+Copyright (c) 2007-2009 Justin Bronn
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+    1. Redistributions of source code must retain the above copyright notice, 
+       this list of conditions and the following disclaimer.
+   
+    2. Redistributions in binary form must reproduce the above copyright 
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+
+    3. Neither the name of GEOSGeometry nor the names of its contributors may be used
+       to endorse or promote products derived from this software without
+       specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+--------------------------------------------------------------------------
+# Copyright (c) 2008-2009 Aryeh Leib Taurog, http://www.aryehleib.com
+# All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
+modification, are permitted provided that the following conditions are met:
+
+    Redistributions of source code must retain the above copyright notice, this 
+    list of conditions and the following disclaimer.
+
+    Redistributions in binary form must reproduce the above copyright notice, 
+    this list of conditions and the following disclaimer in the documentation 
+    and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+--------------------------------------------------------------------------
+
+django/contrib/gis/measure.py:
+# Copyright (c) 2007, Robert Coup <[email protected]>
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without modification,
+# are permitted provided that the following conditions are met:
+#
+#   1. Redistributions of source code must retain the above copyright notice,
+#      this list of conditions and the following disclaimer.
+#
+#   2. Redistributions in binary form must reproduce the above copyright
+#      notice, this list of conditions and the following disclaimer in the
+#      documentation and/or other materials provided with the distribution.
+#
+#   3. Neither the name of Distance nor the names of its contributors may be used
+#      to endorse or promote products derived from this software without
+#      specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+--------------------------------------------------------------------------
+
+PyDispatcher License:
+
+    Copyright (c) 2001-2003, Patrick K. O'Brien and Contributors
+    All rights reserved.
+    
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+    
+        Redistributions of source code must retain the above copyright
+        notice, this list of conditions and the following disclaimer.
+    
+        Redistributions in binary form must reproduce the above
+        copyright notice, this list of conditions and the following
+        disclaimer in the documentation and/or other materials
+        provided with the distribution.
+    
+        The name of Patrick K. O'Brien, or the name of any Contributor,
+        may not be used to endorse or promote products derived from this 
+        software without specific prior written permission.
+    
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+    ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+    FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+    COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+    INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+    STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+    OF THE POSSIBILITY OF SUCH DAMAGE. 
+
+--------------------------------------------------------------------------
+
+Copyright (c) 2010 Gary Wilson Jr. <[email protected]> and contributers.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+--------------------------------------------------------------------------
+
+# Portions copyright (c) 2004, CherryPy Team ([email protected])
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without modification,
+# are permitted provided that the following conditions are met:
+#
+#     * Redistributions of source code must retain the above copyright notice,
+#       this list of conditions and the following disclaimer.
+#     * Redistributions in binary form must reproduce the above copyright notice,
+#       this list of conditions and the following disclaimer in the documentation
+#       and/or other materials provided with the distribution.
+#     * Neither the name of the CherryPy Team nor the names of its contributors
+#       may be used to endorse or promote products derived from this software
+#       without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+--------------------------------------------------------------------------
+
+# Copyright (c) 2010 Taurinus Collective. All rights reserved.
+# Copyright (c) 2009 Simon Willison. All rights reserved.
+# Copyright (c) 2002 Drew Perttula. All rights reserved.
+#
+# License:
+#   Python Software Foundation License version 2
+#
+# See the file "LICENSE" for terms & conditions for usage, and a DISCLAIMER OF
+# ALL WARRANTIES.
+#
+# This Baseconv distribution contains no GNU General Public Licensed (GPLed)
+# code so it may be used in proprietary projects just like prior ``baseconv``
+# distributions.
+#
+# All trademarks referenced herein are property of their respective holders.
+#
+
+--------------------------------------------------------------------------
+
+# reproduced with permission. It is provided here for backwards
+# compatibility for Python versions prior to 2.7.
+#
+# Copyright 2009-2010 by Vinay Sajip. All Rights Reserved.
+#
+# Permission to use, copy, modify, and distribute this software and its
+# documentation for any purpose and without fee is hereby granted,
+# provided that the above copyright notice appear in all copies and that
+# both that copyright notice and this permission notice appear in
+# supporting documentation, and that the name of Vinay Sajip
+# not be used in advertising or publicity pertaining to distribution
+# of the software without specific, written prior permission.
+# VINAY SAJIP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
+# ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
+# VINAY SAJIP BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
+# ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
+# IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+--------------------------------------------------------------------------
+
+# Copyright 2007 Google Inc. http://code.google.com/p/ipaddr-py/
+# Licensed under the Apache License, Version 2.0 (the "License").
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+--------------------------------------------------------------------------
+
+Copyright (c) 2006 Bob Ippolito
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+--------------------------------------------------------------------------
+
+Copyright (c) 1999-2003 Steve Purcell
+Copyright (c) 2003-2010 Python Software Foundation
+This module is free software, and you may redistribute it and/or modify
+it under the same terms as Python itself, so long as this copyright message
+and disclaimer are retained in their original form.
+
+IN NO EVENT SHALL THE AUTHOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
+SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF
+THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGE.
+
+THE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+PARTICULAR PURPOSE.  THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
+AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
+SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
+
+--------------------------------------------------------------------------
+
+Copyright (c) 2008, Yahoo! Inc. All rights reserved.
+Code licensed under the BSD License:
+http://developer.yahoo.net/yui/license.txt
+version: 2.5.1
+
+Redistribution and use in source and binary forms, with or without 
+modification, are permitted provided that the following conditions are met:
+
+    Redistributions of source code must retain the above copyright notice, this 
+    list of conditions and the following disclaimer.
+
+    Redistributions in binary form must reproduce the above copyright notice, 
+    this list of conditions and the following disclaimer in the documentation 
+    and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+--------------------------------------------------------------------------
+
+ * Copyright (c) 2009, Stanislaus Madueke
+ * All rights reserved.
+ *
+ * Spiced up with Code from Zain Memon's GSoC project 2009
+ * and modified for Django by Jannis Leidel
+ *
+ * Licensed under the New BSD License
+ * See: http://www.opensource.org/licenses/bsd-license.php
+ */
+
+Redistribution and use in source and binary forms, with or without 
+modification, are permitted provided that the following conditions are met:
+
+    Redistributions of source code must retain the above copyright notice, this 
+    list of conditions and the following disclaimer.
+
+    Redistributions in binary form must reproduce the above copyright notice, 
+    this list of conditions and the following disclaimer in the documentation 
+    and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/django/resolve.deps	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,2 @@
+runtime/python-26
+runtime/python-27
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/django_compressor/Makefile	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,51 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		django_compressor
+COMPONENT_VERSION=	1.3
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:66ff1a845a6c1b16c4cf552ee3d746033979e46cd9bd5d999d4b5dae93327a52
+COMPONENT_ARCHIVE_URL=	$(call pypi_url)
+COMPONENT_PROJECT_URL=	http://django-compressor.readthedocs.org
+COMPONENT_BUGDB=	python-mod/django_compressor
+
+include $(WS_TOP)/make-rules/prep.mk
+include $(WS_TOP)/make-rules/setup.py.mk
+include $(WS_TOP)/make-rules/ips.mk
+
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
+# common targets
+build:		$(BUILD_NO_ARCH)
+
+install:	$(INSTALL_NO_ARCH)
+
+# unittests require django-discover-runner which is not integrated
+test:		$(NO_TESTS)
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+include $(WS_TOP)/make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/django_compressor/django_compressor-PYVER.p5m	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,116 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri \
+    value=pkg:/library/python/django_compressor-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="JavaScript / CSS compressor"
+set name=pkg.description \
+    value="Django Compressor combines and compresses linked and inline Javascript or CSS in a Django templates into cacheable static files."
+set name=com.oracle.info.description value="the django_compressor Python module"
+set name=com.oracle.info.tpno value=14503
+set name=info.classification \
+    value=org.opensolaris.category.2008:Development/Python \
+    value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream value="Jannis Leidel <[email protected]>"
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2014/004
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/cache.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/conf.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/contrib/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/contrib/jinja2ext.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/contrib/sekizai.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/css.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/exceptions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/closure.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/css_default.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/cssmin/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/cssmin/cssmin.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/csstidy.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/datauri.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/jsmin/__init__.py
+file \
+    path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/jsmin/rjsmin.py \
+    pkg.depend.bypass-generate=.*/_rjsmin.*
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/jsmin/slimit.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/template.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/filters/yui.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/finders.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/js.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/management/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/management/commands/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/management/commands/compress.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/management/commands/mtime_cache.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/parser/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/parser/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/parser/beautifulsoup.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/parser/default_htmlparser.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/parser/html5lib.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/parser/lxml.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/signals.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/storage.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/templates/compressor/css_file.html
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/templates/compressor/css_inline.html
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/templates/compressor/js_file.html
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/templates/compressor/js_inline.html
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/templatetags/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/templatetags/compress.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/utils/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/utils/decorators.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/utils/staticfiles.py
+file path=usr/lib/python$(PYVER)/vendor-packages/compressor/utils/stringformat.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django_compressor-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
+file path=usr/lib/python$(PYVER)/vendor-packages/django_compressor-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/django_compressor-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/django_compressor-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
+file path=usr/lib/python$(PYVER)/vendor-packages/django_compressor-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/django_compressor-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
+license django_compressor.license license="BSD, MIT, Apache 2.0"
+
+# force a dependency on the Python runtime
+depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
+    pkg.debug.depend.path=usr/bin
+
+# force a dependency on beautifulsoup4; pkgdepend work is needed to
+# flush this out
+depend type=require fmri=library/python/beautifulsoup4-$(PYV)
+
+# force a dependency on django; pkgdepend work is needed to flush this out
+depend type=require fmri=library/python/django-$(PYV)
+
+# force a dependency on django-appconf; pkgdepend work is needed to
+# flush this out
+depend type=require fmri=library/python/django-appconf-$(PYV)
+
+# force a dependency on the django_compressor package
+depend type=require \
+    fmri=library/python/django_compressor@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+
+# force a dependency on lxml; pkgdepend work is needed to flush this out
+depend type=require fmri=library/python/lxml-$(PYV)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/django_compressor/django_compressor.license	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,330 @@
+Copyright (c) 2009-2012 Django Compressor authors (see AUTHORS file)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+
+django_compressor contains code from Andreas Pelme's django-compress
+--------------------------------------------------------------------
+Copyright (c) 2008 Andreas Pelme <[email protected]>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+
+rjsmin.py (License-information from the file)
+---------------------------------------------
+Copyright 2006, 2007, 2008, 2009, 2010, 2011
+André Malo or his licensors, as applicable
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+
+utils.cache.cached_property extracted from Celery
+-------------------------------------------
+Copyright (c) 2009-2011, Ask Solem and contributors.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+
+Neither the name of Ask Solem nor the names of its contributors may be used
+to endorse or promote products derived from this software without specific
+prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+utils.FormattableString
+-----------------------
+Copyright (c) 2010 by Florent Xicluna.
+
+Some rights reserved.
+
+Redistribution and use in source and binary forms of the software as well
+as documentation, with or without modification, are permitted provided
+that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above
+  copyright notice, this list of conditions and the following
+  disclaimer in the documentation and/or other materials provided
+  with the distribution.
+
+* The names of the contributors may not be used to endorse or
+  promote products derived from this software without specific
+  prior written permission.
+
+THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
+NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGE.
+
+--------------------------------------------------------------------------
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/django_compressor/resolve.deps	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,2 @@
+runtime/python-26
+runtime/python-27
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/django_openstack_auth/Makefile	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,51 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		django_openstack_auth
+COMPONENT_VERSION=	1.1.3
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:565a4b322e1eb2d0cf8df59ae58b49b2e324c414a6dd0ba4a6aa3459600314da
+COMPONENT_ARCHIVE_URL=	$(call pypi_url)
+COMPONENT_PROJECT_URL=	http://www.openstack.org/
+COMPONENT_BUGDB=	python-mod/django_openstack_auth
+
+include $(WS_TOP)/make-rules/prep.mk
+include $(WS_TOP)/make-rules/setup.py.mk
+include $(WS_TOP)/make-rules/ips.mk
+
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
+# common targets
+build:		$(BUILD_NO_ARCH)
+
+install:	$(INSTALL_NO_ARCH)
+
+# tests require mox which hasn't been integrated yet
+test:		$(NO_TESTS)
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+include $(WS_TOP)/make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/django_openstack_auth/django_openstack_auth-PYVER.p5m	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,107 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri \
+    value=pkg:/library/python/django_openstack_auth-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary \
+    value="Django authentication backend for use with OpenStack Identity"
+set name=pkg.description \
+    value="Django OpenStack Auth is a pluggable Django authentication backend that works with Django's contrib.auth framework to authenticate a user against OpenStack's Keystone Identity API."
+set name=com.oracle.info.description \
+    value="the django_openstack_auth Django authentication backend"
+set name=com.oracle.info.tpno value=16306
+set name=info.classification \
+    value=org.opensolaris.category.2008:Development/Python \
+    value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream value="OpenStack <[email protected]>"
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2014/005
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/lib/python$(PYVER)/vendor-packages/django_openstack_auth-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
+file path=usr/lib/python$(PYVER)/vendor-packages/django_openstack_auth-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/django_openstack_auth-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/django_openstack_auth-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
+file path=usr/lib/python$(PYVER)/vendor-packages/django_openstack_auth-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/django_openstack_auth-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/backend.py
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/exceptions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/ar/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/de/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/de/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/en_AU/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/en_AU/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/en_GB/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/en_GB/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/es/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/es/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/es_MX/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/fr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/fr/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/hi/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/hi/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/ja/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/ja/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/ko_KR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/ko_KR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/nl_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/nl_NL/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/openstack_auth.pot
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/pl_PL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/pl_PL/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/pt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/pt/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/pt_BR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/pt_BR/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/ru/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/ru/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/uk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/uk/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/zh_CN/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/zh_TW/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/locale/zh_TW/LC_MESSAGES/django.po
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/urls.py
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/user.py
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/openstack_auth/views.py
+license django_openstack_auth.license license="Apache v2.0"
+
+# force a dependency on the Python runtime
+depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
+    pkg.debug.depend.path=usr/bin
+
+# force a dependency on django; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/django-$(PYV)
+
+# force a dependency on the django_openstack_auth package
+depend type=require \
+    fmri=library/python/django_openstack_auth@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+
+# force a dependency on keystoneclient; pkgdepend work is needed to
+# flush this out.
+depend type=require fmri=library/python/keystoneclient-$(PYV)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/django_openstack_auth/django_openstack_auth.license	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,213 @@
+The following applies to all products licensed under the Apache 2.0 License:
+
+You may not use the identified files except in compliance with the Apache License, Version 2.0 (the "License.")
+ 
+You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.  A copy of the license is also reproduced below.
+
+Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
+See the License for the specific language governing permissions and limitations under the License.
+
+		                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/django_openstack_auth/resolve.deps	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,2 @@
+runtime/python-26
+runtime/python-27
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/lesscpy/Makefile	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,56 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		lesscpy
+COMPONENT_VERSION=	0.9j
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:fa01d435a1ab3abafba683519bdc7aca5e19399e96225e1a8bc1d660b566364d
+COMPONENT_ARCHIVE_URL=	$(call pypi_url)
+COMPONENT_PROJECT_URL=	https://github.com/robotis/Lesscpy
+COMPONENT_BUGDB=	python-mod/lesscpy
+
+# convert the 'j' in COMPONENT_VERSION to 10
+IPS_COMPONENT_VERSION = 0.9.10
+
+include $(WS_TOP)/make-rules/prep.mk
+include $(WS_TOP)/make-rules/setup.py.mk
+include $(WS_TOP)/make-rules/ips.mk
+
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
+COMPONENT_POST_INSTALL_ACTION = \
+         (cd $(PROTO_DIR)/usr/bin ; $(MV) -f lesscpy lesscpy-$(PYTHON_VERSION))
+
+# common targets
+build:		$(BUILD_NO_ARCH)
+
+install:	$(INSTALL_NO_ARCH)
+
+test:		$(NO_TESTS)
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+include $(WS_TOP)/make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/lesscpy/lesscpy-PYVER.p5m	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,80 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+
+# argparse is part of python 2.7, but separate in 2.6
+<transform depend type=require fmri=library/python/argparse-27 -> drop>
+set name=pkg.fmri \
+    value=pkg:/library/python/lesscpy-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Python LESS Compiler"
+set name=pkg.description \
+    value="A compiler written in Python for the LESS dynamic stylesheet language. LESS extends CSS with dynamic behavior such as variables, mixins, operations, and functions."
+set name=com.oracle.info.description value="the Lesscpy Python LESS compiler"
+set name=com.oracle.info.tpno value=16108
+set name=info.classification \
+    value=org.opensolaris.category.2008:Development/Python
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream value="Jóhann T Maríusson <[email protected]>"
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2014/006
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+link path=usr/bin/lesscpy target=lesscpy-$(PYVER) mediator=python \
+    mediator-version=$(PYVER)
+file path=usr/bin/lesscpy-$(PYVER)
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy-$(COMPONENT_VERSION)-py$(PYVER).egg-info
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/lessc/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/lessc/color.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/lessc/formatter.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/lessc/lexer.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/lessc/parser.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/lessc/scope.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/lessc/utility.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/lib/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/lib/colors.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/lib/css.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/lib/dom.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/plib/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/plib/block.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/plib/call.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/plib/deferred.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/plib/expression.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/plib/identifier.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/plib/mixin.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/plib/node.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/plib/property.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/plib/statement.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/plib/string.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/plib/variable.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/scripts/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lesscpy/scripts/compiler.py
+license LICENSE license=MIT
+
+# force a dependency on argparse; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/argparse-$(PYV)
+
+# force a dependency on the lesscpy package
+depend type=require \
+    fmri=library/python/lesscpy@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+
+# force a dependency on ply; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/ply-$(PYV)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/lesscpy/resolve.deps	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,2 @@
+runtime/python-26
+runtime/python-27
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/lockfile/Makefile	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,55 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		lockfile
+COMPONENT_VERSION=	0.9.1
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:23da589c91f59cb7c644d5ce5df539d448341bd479917d6dde973f82e2719147
+COMPONENT_ARCHIVE_URL=	$(call pypi_url)
+COMPONENT_PROJECT_URL=	https://github.com/smontanaro/pylockfile
+COMPONENT_BUGDB=	python-mod/lockfile
+
+include $(WS_TOP)/make-rules/prep.mk
+include $(WS_TOP)/make-rules/setup.py.mk
+include $(WS_TOP)/make-rules/ips.mk
+
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
+# common targets
+build:		$(BUILD_NO_ARCH)
+
+install:	$(INSTALL_NO_ARCH)
+
+#
+# Tests require:
+# minimock
+# which haven't been integrated yet.
+#
+test:		$(NO_TESTS)
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+include $(WS_TOP)/make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/lockfile/lockfile-PYVER.p5m	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,53 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri \
+    value=pkg:/library/python/lockfile-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="File locking module for Python"
+set name=pkg.description \
+    value="The lockfile package provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the fcntl.lockf and flock functions, and the deprecated posixfile module, the API is identical across both Unix and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls."
+set name=com.oracle.info.description \
+    value="lockfile, the Python file locking module"
+set name=com.oracle.info.tpno value=14503
+set name=info.classification \
+    value=org.opensolaris.category.2008:Development/Python
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream value="Skip Montanaro <[email protected]>"
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2014/028
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/lib/python$(PYVER)/vendor-packages/lockfile-$(COMPONENT_VERSION)-py$(PYVER).egg-info
+file path=usr/lib/python$(PYVER)/vendor-packages/lockfile/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lockfile/linklockfile.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lockfile/mkdirlockfile.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lockfile/pidlockfile.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lockfile/sqlitelockfile.py
+license lockfile.license license="MIT, PSFv2"
+
+# force a dependency on the Python runtime
+depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
+    pkg.debug.depend.path=usr/bin
+
+# force a dependency on the lockfile package
+depend type=require \
+    fmri=library/python/lockfile@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/lockfile/lockfile.license	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,77 @@
+Copyright (c) 2007 Skip Montanaro.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to
+deal in the Software without restriction, including without limitation the
+rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+sell copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+IN THE SOFTWARE.
+
+--------------------------------------------------------------------------
+
+# Copyright © 2008–2009 Ben Finney <[email protected]>
+#
+# This is free software: you may copy, modify, and/or distribute this work
+# under the terms of the Python Software Foundation License, version 2 or
+# later as published by the Python Software Foundation.
+# No warranty expressed or implied. See the file LICENSE.PSF-2 for details.
+
+
+             PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+   ("PSF"), and the Individual or Organization ("Licensee") accessing and
+   otherwise using this software ("Python") in source or binary form and
+   its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, PSF
+   hereby grants Licensee a nonexclusive, royalty-free, world-wide
+   license to reproduce, analyze, test, perform and/or display publicly,
+   prepare derivative works, distribute, and otherwise use Python
+   alone or in any derivative version, provided, however, that PSF's
+   License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
+   2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
+   Reserved" are retained in Python alone or in any derivative version
+   prepared by Licensee.
+
+3. In the event Licensee prepares a derivative work that is based on
+   or incorporates Python or any part thereof, and wants to make
+   the derivative work available to others as provided herein, then
+   Licensee hereby agrees to include in any such work a brief summary of
+   the changes made to Python.
+
+4. PSF is making Python available to Licensee on an "AS IS"
+   basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+   IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
+   DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+   FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
+   INFRINGE ANY THIRD PARTY RIGHTS.
+
+5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+   FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+   A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
+   OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+6. This License Agreement will automatically terminate upon a material
+   breach of its terms and conditions.
+
+7. Nothing in this License Agreement shall be deemed to create any
+   relationship of agency, partnership, or joint venture between PSF and
+   Licensee. This License Agreement does not grant permission to use PSF
+   trademarks or trade name in a trademark sense to endorse or promote
+   products or services of Licensee, or any third party.
+
+8. By copying, installing or otherwise using Python, Licensee
+   agrees to be bound by the terms and conditions of this License
+   Agreement.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/lockfile/resolve.deps	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,2 @@
+runtime/python-26
+runtime/python-27
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/netifaces/Makefile	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,62 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		netifaces
+COMPONENT_VERSION=	0.8
+COMPONENT_PROJECT_URL=	http://alastairs-place.net/projects/netifaces/
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	\
+	sha256:53a711038db3d6e5cf7129d6f751185fd052f830f12f271fbfe17bd2671ab1ec
+COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	python-mod/netifaces
+
+include $(WS_TOP)/make-rules/prep.mk
+include $(WS_TOP)/make-rules/setup.py.mk
+include $(WS_TOP)/make-rules/ips.mk
+
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
+COMPONENT_BUILD_ENV += CC_BITS="$(CC_BITS)"
+
+# Needed to get around a broken /usr/lib/python2.7/config/Makefile
+# See CR #16837431.
+LD=$(CC)
+LDSHARED=$(CC) -G
+PYTHON_ENV += CC="$(CC)"
+PYTHON_ENV += LDSHARED="$(LDSHARED)"
+PYTHON_ENV += LD="$(LD)"
+PYTHON_ENV += CFLAGS="$(CFLAGS)"
+COMPONENT_INSTALL_ENV += $(PYTHON_ENV)
+
+# common targets
+build:		$(BUILD_32_and_64)
+
+install:	$(INSTALL_32_and_64)
+
+test:		$(NO_TESTS)
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+include $(WS_TOP)/make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/netifaces/netifaces-PYVER.p5m	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,52 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri \
+    value=pkg:/library/python/netifaces-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Portable access to network interfaces from Python"
+set name=pkg.description \
+    value="netifaces provides a way for Python programmers to get access to a list of the network interfaces on the local machine, and to obtain the addresses of those network interfaces."
+set name=com.oracle.info.description value="the Python netifaces module"
+set name=com.oracle.info.tpno value=14503
+set name=info.classification \
+    value=org.opensolaris.category.2008:Development/Python
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream value="Alastair Houghton <[email protected]>"
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2014/013
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/lib/python$(PYVER)/vendor-packages/64/netifaces.so
+file path=usr/lib/python$(PYVER)/vendor-packages/netifaces-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
+file path=usr/lib/python$(PYVER)/vendor-packages/netifaces-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/netifaces-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/netifaces-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/netifaces.so
+license netifaces.license license=MIT
+
+# force a dependency on the Python runtime
+depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
+    pkg.debug.depend.path=usr/bin
+
+# force a dependency on the netifaces package
+depend type=require \
+    fmri=library/python/netifaces@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/netifaces/netifaces.license	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,19 @@
+Copyright (c) 2007, 2008 Alastair Houghton
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/netifaces/patches/00-64bit.patch	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,14 @@
+# pass $CC_BITS to link_executable to make sure the linker is called
+# correctly
+--- netifaces-0.8/setup.py.orig   2014-01-03 16:12:47.195304001 -0700
++++ netifaces-0.8/setup.py    2014-01-03 16:13:35.577255946 -0700
+@@ -69,7 +69,8 @@
+                                                   output_dir=self.build_temp,
+                                                   library_dirs=library_dirs,
+                                                   libraries=libraries,
+-                                                  debug=self.debug)
++                                                  debug=self.debug,
++                                                  extra_preargs=[os.environ["CC_BITS"]])
+                     if execute:
+                         abspath = os.path.abspath(os.path.join(self.build_temp,
+                                                                'conftest'))
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/netifaces/resolve.deps	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,3 @@
+runtime/python-26
+runtime/python-27
+system/library
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/oslo.config/Makefile	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,57 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		oslo.config
+COMPONENT_VERSION=	1.2.1
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:e4ccf489159f0c2b1932ea282f7663daada0a7f8309edc4c34904605a98cf9f2
+COMPONENT_ARCHIVE_URL=	http://tarballs.openstack.org/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
+COMPONENT_PROJECT_URL=	http://www.openstack.org/
+COMPONENT_BUGDB=	python-mod/osol.config
+
+include $(WS_TOP)/make-rules/prep.mk
+include $(WS_TOP)/make-rules/setup.py.mk
+include $(WS_TOP)/make-rules/ips.mk
+
+COMPONENT_POST_INSTALL_ACTION += \
+        ($(TOUCH) $(PROTO_DIR)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/oslo/__init__.py; \
+         $(PYTHON) -m compileall $(PROTO_DIR)/$(PYTHON_VENDOR_PACKAGES))
+
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
+# common targets
+build:		$(BUILD_NO_ARCH)
+
+install:	$(INSTALL_NO_ARCH)
+
+# Tests require:
+# fixtures, mox, nose, nose-exclude, testtools, coverage, sphinx
+# some of which haven't been integrated yet
+test:		$(NO_TESTS)
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+include $(WS_TOP)/make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/oslo.config/oslo.config-PYVER.p5m	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,66 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+
+# argparse is part of python 2.7, but separate in 2.6
+<transform depend type=require fmri=library/python/argparse-27 -> drop>
+set name=pkg.fmri \
+    value=pkg:/library/python/oslo.config-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Oslo Configuration Library"
+set name=pkg.description \
+    value="The Oslo configuration API supports parsing command line arguments and .ini style configuration files."
+set name=com.oracle.info.description value="the Oslo Configuration Library"
+set name=com.oracle.info.tpno value=16316
+set name=info.classification \
+    value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream value="OpenStack <[email protected]>"
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2013/403
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER)-nspkg.pth
+file path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
+file path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/namespace_packages.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
+file path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/oslo.config-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/oslo/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/oslo/config/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/oslo/config/cfg.py
+file path=usr/lib/python$(PYVER)/vendor-packages/oslo/config/iniparser.py
+license LICENSE license="Apache v2.0"
+
+# force a dependency on the correct Python runtime package
+depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
+    pkg.debug.depend.path=usr/bin
+
+# force a dependency on argparse; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/argparse-$(PYV)
+
+# force a dependency on oslo.config
+depend type=require \
+    fmri=library/python/oslo.config@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+
+# force a dependency on six; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/six-$(PYV)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/oslo.config/resolve.deps	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,2 @@
+runtime/python-26
+runtime/python-27
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/websockify/Makefile	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,56 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		websockify
+COMPONENT_VERSION=	0.3.0
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	v$(COMPONENT_VERSION).tar.gz
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:6466ba0031635a8442006ec5bfa9a19c92906b5229119b8a3cd8556d348ae801
+COMPONENT_PROJECT_URL=	https://github.com/kanaka/websockify
+COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/archive/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	python-mod/websockify
+
+include $(WS_TOP)/make-rules/prep.mk
+include $(WS_TOP)/make-rules/setup.py.mk
+include $(WS_TOP)/make-rules/ips.mk
+
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
+COMPONENT_POST_INSTALL_ACTION = \
+	(cd $(PROTO_DIR)/usr/bin ; \
+         $(MV) -f websockify websockify-$(PYTHON_VERSION))
+
+# common targets
+build:		$(BUILD_NO_ARCH)
+
+install:	$(INSTALL_NO_ARCH)
+
+test:		$(NO_TESTS)
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+include $(WS_TOP)/make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/websockify/resolve.deps	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,6 @@
+library/python-2/setuptools-26
+library/python-2/setuptools-27
+library/python/setuptools-26
+library/python/setuptools-27
+runtime/python-26
+runtime/python-27
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/websockify/websockify-PYVER.p5m	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,68 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform depend type=require fmri=library/python/python-extra-27 -> drop>
+set name=pkg.fmri \
+    value=pkg:/library/python/websockify-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="WebSocket to TCP proxy/bridge"
+set name=pkg.description \
+    value="Websockify translates WebSockets traffic to normal socket traffic. Websockify accepts the WebSockets handshake, parses it, and then begins forwarding traffic between the client and the target in both directions."
+set name=com.oracle.info.description \
+    value="Websockify, the WebSockets translater"
+set name=com.oracle.info.tpno value=14503
+set name=info.classification \
+    value=org.opensolaris.category.2008:Development/Python \
+    value="org.opensolaris.category.2008:Web Services/Communications"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream value="Joel Martin <[email protected]>"
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2013/418
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+#
+link path=usr/bin/websockify target=websockify-$(PYVER) mediator=python \
+    mediator-version=$(PYVER)
+file path=usr/bin/websockify-$(PYVER)
+file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
+file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
+file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/websockify/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/websockify/websocket.py \
+    pkg.depend.bypass-generate=.*/http.*
+file path=usr/lib/python$(PYVER)/vendor-packages/websockify/websocketproxy.py \
+    pkg.depend.bypass-generate=.*/urllib.*
+#
+license websockify.license license="LGPL3, BSD, MIT"
+
+# force a dependency on python-extra; pkgdepend work is needed to flush this
+# out.
+depend type=require fmri=library/python/python-extra-$(PYV)
+
+# force a dependency on the websockify package
+depend type=require \
+    fmri=library/python/websockify@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/websockify/websockify.license	Wed Feb 05 10:52:50 2014 -0700
@@ -0,0 +1,219 @@
+                   GNU LESSER GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+  This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+  0. Additional Definitions.
+
+  As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+  "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+  An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+  A "Combined Work" is a work produced by combining or linking an
+Application with the Library.  The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+  The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+  The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+  1. Exception to Section 3 of the GNU GPL.
+
+  You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+  2. Conveying Modified Versions.
+
+  If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+   a) under this License, provided that you make a good faith effort to
+   ensure that, in the event an Application does not supply the
+   function or data, the facility still operates, and performs
+   whatever part of its purpose remains meaningful, or
+
+   b) under the GNU GPL, with none of the additional permissions of
+   this License applicable to that copy.
+
+  3. Object Code Incorporating Material from Library Header Files.
+
+  The object code form of an Application may incorporate material from
+a header file that is part of the Library.  You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+   a) Give prominent notice with each copy of the object code that the
+   Library is used in it and that the Library and its use are
+   covered by this License.
+
+   b) Accompany the object code with a copy of the GNU GPL and this license
+   document.
+
+  4. Combined Works.
+
+  You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+
+   a) Give prominent notice with each copy of the Combined Work that
+   the Library is used in it and that the Library and its use are
+   covered by this License.
+
+   b) Accompany the Combined Work with a copy of the GNU GPL and this license
+   document.
+
+   c) For a Combined Work that displays copyright notices during
+   execution, include the copyright notice for the Library among
+   these notices, as well as a reference directing the user to the
+   copies of the GNU GPL and this license document.
+
+   d) Do one of the following:
+
+       0) Convey the Minimal Corresponding Source under the terms of this
+       License, and the Corresponding Application Code in a form
+       suitable for, and under terms that permit, the user to
+       recombine or relink the Application with a modified version of
+       the Linked Version to produce a modified Combined Work, in the
+       manner specified by section 6 of the GNU GPL for conveying
+       Corresponding Source.
+
+       1) Use a suitable shared library mechanism for linking with the
+       Library.  A suitable mechanism is one that (a) uses at run time
+       a copy of the Library already present on the user's computer
+       system, and (b) will operate properly with a modified version
+       of the Library that is interface-compatible with the Linked
+       Version.
+
+   e) Provide Installation Information, but only if you would otherwise
+   be required to provide such information under section 6 of the
+   GNU GPL, and only to the extent that such information is
+   necessary to install and execute a modified version of the
+   Combined Work produced by recombining or relinking the
+   Application with a modified version of the Linked Version. (If
+   you use option 4d0, the Installation Information must accompany
+   the Minimal Corresponding Source and Corresponding Application
+   Code. If you use option 4d1, you must provide the Installation
+   Information in the manner specified by section 6 of the GNU GPL
+   for conveying Corresponding Source.)
+
+  5. Combined Libraries.
+
+  You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+   a) Accompany the combined library with a copy of the same work based
+   on the Library, uncombined with any other library facilities,
+   conveyed under the terms of this License.
+
+   b) Give prominent notice with the combined library that part of it
+   is a work based on the Library, and explaining where to find the
+   accompanying uncombined form of the same work.
+
+  6. Revised Versions of the GNU Lesser General Public License.
+
+  The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+  Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+
+  If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
+
+--------------------------------------------------------------------------
+
+Copyright: Hiroshi Ichikawa <http://gimite.net/en/>
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
+modification, are permitted provided that the following conditions are met:
+
+    Redistributions of source code must retain the above copyright notice, this 
+    list of conditions and the following disclaimer.
+
+    Redistributions in binary form must reproduce the above copyright notice, 
+    this list of conditions and the following disclaimer in the documentation 
+    and/or other materials provided with the distribution.
+
+    Neither the name of the <ORGANIZATION> nor the names of its contributors 
+    may be used to endorse or promote products derived from this software without 
+    specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+--------------------------------------------------------------------------
+
+ SWFObject v2.2 <http://code.google.com/p/swfobject/>
+ is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of 
+this software and associated documentation files (the “Software”), to deal in 
+the Software without restriction, including without limitation the rights to 
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
+of the Software, and to permit persons to whom the Software is furnished to do 
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
+SOFTWARE.