python-pyzeroconf: cleaned
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 3 Dec 2006 22:08:54 +0000 (22:08 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 3 Dec 2006 22:08:54 +0000 (22:08 +0000)
packages/python/python-pyzeroconf_0.12.bb

index f4f7b57..d2efbbd 100644 (file)
@@ -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
+}