diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-05 23:04:40 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-05 23:04:40 +0100 |
commit | a1ea9b4d5a46b441aeeabf1c0e4aa1c072814816 (patch) | |
tree | 7ac83c607756787dfd9ef54b4c237c79f77ebfcb /packages/python | |
parent | 717dc6f3ee31acf7a8fa2af4c35f53280decdbec (diff) |
python-nevow: add 0.9.32
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-nevow_0.9.32.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/python/python-nevow_0.9.32.bb b/packages/python/python-nevow_0.9.32.bb new file mode 100644 index 0000000000..155157c517 --- /dev/null +++ b/packages/python/python-nevow_0.9.32.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Nevow is a web application construction kit written in Python" +LICENSE = "MIT" + +REALPN = "Nevow" + +require divmod.inc + +FILES_${PN} += "${datadir}" +DEPENDS += "python-twisted-native" + |