openbsd-ports/devel/py-wbem/patches/patch-setup_py
sthen 4b2794751a import ports/devel/py-wbem, from Mark Peoples, ok merdely@
- add MODPY_BADEGGS to fix cleaning as non-root

PyWBEM is a Python library for making CIM operations over HTTP using the
WBEM CIM-XML protocol. It is based on the idea that a good WBEM client
should be easy to use and not necessarily require a large amount of
programming knowledge. PyWBEM is suitable for a large range of tasks
from simply poking around to writing web and GUI applications.
2012-03-31 08:30:42 +00:00

11 lines
258 B
Plaintext

--- setup.py.orig Sun Dec 18 19:33:59 2011
+++ setup.py Sun Dec 18 19:34:18 2011
@@ -22,6 +22,7 @@
# Author: Tim Potter <tpot@hp.com>
from distutils.core import setup, Extension
+import setuptools.command.install
import sys, string, os
import shutil