[patch-team] A python package for generating eeml documents. In particular can be used to send sensor data to pachube (https://pachube.com/) - Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29426 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
12
lang/python-eeml/patches/101-cross.patch
Normal file
12
lang/python-eeml/patches/101-cross.patch
Normal file
@ -0,0 +1,12 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -1,5 +1,6 @@
|
||||
-from setuptools import setup
|
||||
-from setuptools import find_packages
|
||||
+#!/usr/bin/env python
|
||||
+
|
||||
+from distutils.core import setup
|
||||
|
||||
setup(name="Python EEML",
|
||||
version="0.1",
|
||||
|
Reference in New Issue
Block a user