forked from pool/python-matplotlib
3adca68032
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/242026 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=33
15 lines
325 B
Diff
15 lines
325 B
Diff
--- setup.py
|
|
+++ setup.py
|
|
@@ -5,10 +5,7 @@
|
|
|
|
from __future__ import print_function, absolute_import
|
|
|
|
-# This needs to be the very first thing to use distribute
|
|
-from distribute_setup import use_setuptools
|
|
-use_setuptools()
|
|
-
|
|
+import setuptools
|
|
import sys
|
|
|
|
# distutils is breaking our sdists for files in symlinked dirs.
|