diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2013-05-01 17:04:31 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2013-05-01 17:04:31 +0000 |
| commit | cc8223963a54f7ff4b5038eaf369a8beea0c4d70 (patch) | |
| tree | d8b2ecaed6ad55e4d6d546668fecd52e2c9282db /python/setup.py | |
| parent | 2331f82fb91295fb6e4b4eb49bce02cdc92e7317 (diff) | |
| download | qpid-python-cc8223963a54f7ff4b5038eaf369a8beea0c4d70.tar.gz | |
QPID-4798: switched python client over to using stripped XML
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1478093 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/setup.py')
| -rwxr-xr-x | python/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/setup.py b/python/setup.py index 5afa913183..bc8c3e3fa4 100755 --- a/python/setup.py +++ b/python/setup.py @@ -279,7 +279,7 @@ class install_lib(_install_lib): outputs = _install_lib.get_outputs(self) extra = [] for of in outputs: - if os.path.basename(of) == "amqp-0-10-qpid-errata.xml": + if os.path.basename(of) == "amqp-0-10-qpid-errata-stripped.xml": extra.append(pclfile(of)) return outputs + extra @@ -287,7 +287,7 @@ class install_lib(_install_lib): outfiles = _install_lib.install(self) extra = [] for of in outfiles: - if os.path.basename(of) == "amqp-0-10-qpid-errata.xml": + if os.path.basename(of) == "amqp-0-10-qpid-errata-stripped.xml": tgt = pclfile(of) if self.force or newer(of, tgt): log.info("caching %s to %s" % (of, os.path.basename(tgt))) |
