diff options
-rw-r--r-- | testing/py-lxml/APKBUILD | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/py-lxml/APKBUILD b/testing/py-lxml/APKBUILD index ff40f9564b..dc2ccec5e4 100644 --- a/testing/py-lxml/APKBUILD +++ b/testing/py-lxml/APKBUILD @@ -14,13 +14,6 @@ install= source="http://codespeak.net/lxml/$_pkgname-$pkgver.tgz" _builddir="$srcdir"/$_pkgname-$pkgver -##build() { -## cd "$_builddir" -## -## python setup.py install --root="$pkgdir" -## echo "/usr/lib/python2.6/site-packages/$_pkgname-$pkgver-py2.6.egg" > "$pkgdir"/usr/lib/python2.6/site-packages/$_pkgname.pth -##} - build() { cd "$_builddir" python setup.py build || return 1 |