We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f32fd8 + 5317715 commit bc4c4ccCopy full SHA for bc4c4cc
setupext.py
@@ -1,6 +1,6 @@
1
import builtins
2
import configparser
3
-from distutils import sysconfig, version
+from distutils import sysconfig
4
from distutils.core import Extension
5
from io import BytesIO
6
import glob
@@ -171,13 +171,6 @@ def write_cache(local_fn, data):
171
options['local_freetype'] = lft or options.get('local_freetype', False)
172
173
174
-def is_min_version(found, minversion):
175
- """
176
- Returns whether *found* is a version at least as high as *minversion*.
177
178
- return version.LooseVersion(found) >= version.LooseVersion(minversion)
179
-
180
181
# Define the display functions only if display_status is True.
182
if options['display_status']:
183
def print_line(char='='):
0 commit comments