[packages] php5: Don't fail on non-existing file removal
[openwrt/svn-archive/archive.git] / lang / pyrrd / patches / 101-cross.patch
1 --- a/setup.py
2 +++ b/setup.py
3 @@ -1,4 +1,6 @@
4 -from setuptools import setup
5 +#!/usr/bin/env python
6 +
7 +from distutils.core import setup
8
9 from pyrrd import meta
10 from pyrrd.util import dist