summaryrefslogtreecommitdiff
path: root/recipes/python
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-09-29 13:10:16 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2009-09-29 13:10:16 +0200
commite02161e5582a182d8a3b672ad91fc27843f1a438 (patch)
tree9c8dccf7143ade33df0b42bf188080e858a7b273 /recipes/python
parentae406036fed38040f406d4408c6bbb77cb25f831 (diff)
parent53e7eb0ef3106cf5c9c12a4834f77b6a2119a193 (diff)
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-django_1.0.2.bb3
-rw-r--r--recipes/python/python-flup_1.0.2.bb (renamed from recipes/python/python-flup_1.0.1.bb)0
-rw-r--r--recipes/python/python-wpactrl_svn.bb12
3 files changed, 14 insertions, 1 deletions
diff --git a/recipes/python/python-django_1.0.2.bb b/recipes/python/python-django_1.0.2.bb
index 0c572eeeda..572e1906a9 100644
--- a/recipes/python/python-django_1.0.2.bb
+++ b/recipes/python/python-django_1.0.2.bb
@@ -16,11 +16,12 @@ DISTUTILS_INSTALL_ARGS = "--root=${D} --prefix=${prefix}"
RDEPENDS_${PN} = "\
python-email \
+ python-html \
python-netserver \
python-pickle \
python-pprint \
python-shell \
- python-sqlite \
+ python-sqlite3 \
python-textutils \
python-threading \
python-unixadmin \
diff --git a/recipes/python/python-flup_1.0.1.bb b/recipes/python/python-flup_1.0.2.bb
index d5f865da11..d5f865da11 100644
--- a/recipes/python/python-flup_1.0.1.bb
+++ b/recipes/python/python-flup_1.0.2.bb
diff --git a/recipes/python/python-wpactrl_svn.bb b/recipes/python/python-wpactrl_svn.bb
new file mode 100644
index 0000000000..e0e8a05195
--- /dev/null
+++ b/recipes/python/python-wpactrl_svn.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "A Python extension for wpa_supplicant/hostapd control interface access"
+SECTION = "devel/python"
+LICENSE = "GPLv2"
+HOMEPAGE = "http://projects.otaku42.de/wiki/PythonWpaCtrl"
+
+inherit distutils
+
+SRCREV = "383"
+SRC_URI = "svn://svn.otaku42.de;module=python-wpactrl;proto=http"
+S = "${WORKDIR}/python-wpactrl/trunk"
+PV = "1.0.1+svnr${SRCREV}"
+