diff options
| author | Tom Rini <trini@embeddedalley.com> | 2009-02-06 00:52:22 -0500 |
|---|---|---|
| committer | Tom Rini <trini@embeddedalley.com> | 2009-02-06 00:52:22 -0500 |
| commit | 64a7ce5d1fbe1dc27ca66aeb1397fdb99a0bda0b (patch) | |
| tree | 161b0282784671ed64c20913ae6ccca235d2b0ae /packages/python/python-nevow_0.9.32.bb | |
| parent | 76dd7c8587b23f31e530d6974dfd03d81cc5812e (diff) | |
| parent | a0522a8b0b5606d2c2601990d4212430ad459adb (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/python/python-nevow_0.9.32.bb')
| -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" + |
