diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-12 00:49:40 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-12 00:49:40 +0000 |
commit | b00a506f2db1fc2b0a1db23f8e51d6c0e4e29363 (patch) | |
tree | ac5fc2cd127e5daa24d65a65bedc25ce0b3eae40 | |
parent | c17b5c5d6eb4dc40be235ad5fd689a0f525f0162 (diff) |
python-lxml: update to 2.1.5; move to nonworking
-rw-r--r-- | packages/nonworking/python-lxml_2.1.5.bb (renamed from packages/python/python-lxml_1.3.3.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/python/python-lxml_1.3.3.bb b/packages/nonworking/python-lxml_2.1.5.bb index 7ead15b2a0..de0566e38f 100644 --- a/packages/python/python-lxml_1.3.3.bb +++ b/packages/nonworking/python-lxml_2.1.5.bb @@ -3,10 +3,9 @@ HOMEPAGE = "http://codespeak.net/lxml/" AUTHOR = "http://codespeak.net/mailman/listinfo/lxml-dev" LICENSE = "BSD" DEPENDS = "libxml2 libxslt" -PR = "ml1" +PR = "ml0" -SRC_URI = "http://codespeak.net/lxml/lxml-${PV}.tgz \ - file://use-pkgconfig-to-detect.patch;patch=1" +SRC_URI = "http://codespeak.net/lxml/lxml-${PV}.tgz" S = "${WORKDIR}/lxml-${PV}" inherit distutils |