Ok, I have found in ~/opencsw/.buildsys/v2/categories/python/category.mk directory test is excluded for merging python related packages. and
MERGE_EXCLUDE_CATEGORY = helps to prevent this. the primary reason for the problem is addressed here: https://code.djangoproject.com/ticket/20349 Am 07.01.14 schrieb Dagobert Michelsen <[email protected]>: > > > > > Hi Carsten, > > Am 07.01.2014 um 11:26 schrieb Carsten Grzemba <[email protected]>: > > > I have packaged py-django 1.6.1 but django apps fail because a directory > > called test is missing in the package. > > Is there a magic which prevents to package a directoy called test? > > in: > > > > ~/opencsw/lang-python/django/trunk/work/solaris10-i386/install-isa-pentium_pro-python_version-2_6/opt/csw/lib/python2.6/site-packages/django > > the directory test exist, > > but in: > > ~/opencsw/lang-python/django/trunk/work/solaris10-i386/pkgroot/opt/csw/lib/python2.6/site-packages/django > > it is missing. > > > > > > It should be included, please try > DEBUG_MERGING=1 mgar remerge > and see which and how the files are copied. > > > > > Best regards > > > — Dago > > -- > "You don't become great by trying to be great, you become great by wanting to > do something, > and then doing it so hard that you become great in the process." - xkcd #896 > > > > > > > >
