From: Michael R. Crusoe <crusoe@debian.org>
Subject: Convert another usage of distutils to setuptools
Forwarded: https://github.com/gmarcais/Jellyfish/pull/203
--- jellyfish.orig/swig/python/setup.py
+++ jellyfish/swig/python/setup.py
@@ -9,7 +9,7 @@
 import os
 import sys
 import re
-from distutils.core import setup, Extension
+from setuptools import setup, Extension
 
 def pkgconfig(s):
     pipe = os.popen("pkg-config {}".format(s))
