skeleton/__pkginfo__.py.tmpl
changeset 5347 8ebed973819b
parent 5184 955ee1b24756
parent 5346 9ec5c37f11ba
child 5536 b7fba311e8d0
equal deleted inserted replaced
5343:b7eca41d72f9 5347:8ebed973819b
    38     if isdir(dname):
    38     if isdir(dname):
    39         data_files.append([join(THIS_CUBE_DIR, dname), listdir(dname)])
    39         data_files.append([join(THIS_CUBE_DIR, dname), listdir(dname)])
    40 # Note: here, you'll need to add subdirectories if you want
    40 # Note: here, you'll need to add subdirectories if you want
    41 # them to be included in the debian package
    41 # them to be included in the debian package
    42 
    42 
    43 __depends__ = {'cubicweb': '>= %(version)s'}
    43 __depends__ =  %(dependencies)s
    44 __recommends__ = {}
    44 __recommends__ = {}
    45 
    45