You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2019/06/19 13:52:13 UTC

[qpid-cpp] 05/10: QPID-8324: Fix warning from Python setup.py

This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-cpp.git

commit 356b4f14774ac0c7ef59b6fa609bc56409794ad7
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Fri Jun 14 02:17:06 2019 -0400

    QPID-8324: Fix warning from Python setup.py
---
 management/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/management/python/setup.py b/management/python/setup.py
index aeef164..3386ea8 100755
--- a/management/python/setup.py
+++ b/management/python/setup.py
@@ -20,7 +20,7 @@
 
 import platform
 
-from distutils.core import setup
+from setuptools import setup
 
 pypi_long_description = """
 # Python libraries for the Apache Qpid C++ broker


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org