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

smiklosovic pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new fbf6508940 ninja fix for CASSANDRA-18827
fbf6508940 is described below

commit fbf650894035e90e556f13a9ca3f5efdcda8571f
Author: Stefan Miklosovic <smikloso...@apache.org>
AuthorDate: Thu Sep 28 09:02:44 2023 +0200

    ninja fix for CASSANDRA-18827
---
 pylib/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pylib/setup.py b/pylib/setup.py
index 8fdca11e16..1dfd8cdc89 100755
--- a/pylib/setup.py
+++ b/pylib/setup.py
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 import sys
-from setuptools import setup
+from distutils.core import setup
 
 
 def get_extensions():


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to