1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/lang/pyrrd/patches/101-cross.patch
Nicolas Thill 0d1b7e758f ackages: add pyrrd (an Object-Oriented Python Interface for RRDTool)
This patch is a port of the PyRRD package to openwrt. PyRRD is a wrapper
for rrdtool for python. The API is so much better than the python
bindings for rrd.

Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>

SVN-Revision: 29402
2011-12-03 12:17:43 +00:00

11 lines
190 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,6 @@
-from setuptools import setup
+#!/usr/bin/env python
+
+from distutils.core import setup
from pyrrd import meta
from pyrrd.util import dist