aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-03 22:08:54 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-03 22:08:54 +0000
commit7888961f89f8bd1cda71da31f99d967c76f56ad5 (patch)
tree15a4186cdfc3cfc2a9f13bb870c0b1cfce5850af
parent5462a85ac461e8d45d6f0bf2cd9314503099dd44 (diff)
downloadopenembedded-7888961f89f8bd1cda71da31f99d967c76f56ad5.tar.gz
python-pyzeroconf: cleaned
-rw-r--r--packages/python/python-pyzeroconf_0.12.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/python/python-pyzeroconf_0.12.bb b/packages/python/python-pyzeroconf_0.12.bb
index f4f7b5797f..d2efbbddf2 100644
--- a/packages/python/python-pyzeroconf_0.12.bb
+++ b/packages/python/python-pyzeroconf_0.12.bb
@@ -1,11 +1,10 @@
DESCRIPTION = "A pure Python implementation of Zeroconf"
SECTION = "devel/python"
PRIORITY = "optional"
-RDEPENDS = "python-core"
LICENSE = "LGPL"
-PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/pyzeroconf/pyzeroconf-${PV}.tgz"
+
S = "${WORKDIR}/pyzeroconf-${PV}"
inherit distutils-base
@@ -17,4 +16,4 @@ do_install() {
install -d ${D}${libdir}/${PYTHON_DIR}/site-packages
install -m 0644 Zeroconf.py ${D}${libdir}/${PYTHON_DIR}/site-packages/
-} \ No newline at end of file
+}