4b2794751a
- 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.
11 lines
258 B
Plaintext
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
|
|
|