python-daap: 0.4 -> 0.7.1
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 14 Jan 2009 00:13:31 +0000 (00:13 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 14 Jan 2009 00:13:31 +0000 (00:13 +0000)
packages/python/python-daap_0.7.1.bb [moved from packages/python/python-pythondaap_0.4.bb with 99% similarity]

similarity index 99%
rename from packages/python/python-pythondaap_0.4.bb
rename to packages/python/python-daap_0.7.1.bb
index 2cec3d3..e3ddde1 100644 (file)
@@ -1,11 +1,12 @@
 DESCRIPTION = "A pure Python DAAP client implementation"
 SECTION = "devel/python"
 PRIORITY = "optional"
-RDEPENDS = "python-compression"
 LICENSE = "LGPL"
 
 inherit distutils
 
 SRC_URI = "http://jerakeen.org/files/PythonDaap-${PV}.tar.gz"
-
 S = "${WORKDIR}/PythonDaap-${PV}"
+
+RDEPENDS = "python-compression"
+