mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- Fix make package when py-distribute or py-setuptools were installed
This commit is contained in:
parent
c090c5a6fb
commit
288c6bb1f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282252
14
sysutils/py-psutil/files/patch-setup.py
Normal file
14
sysutils/py-psutil/files/patch-setup.py
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
--- setup.py.orig 2011-07-09 02:49:21.000000000 +0800
|
||||||
|
+++ setup.py 2011-09-24 00:26:44.327716441 +0800
|
||||||
|
@@ -5,10 +5,7 @@
|
||||||
|
|
||||||
|
import sys
|
||||||
|
import os
|
||||||
|
-try:
|
||||||
|
- from setuptools import setup, Extension
|
||||||
|
-except ImportError:
|
||||||
|
- from distutils.core import setup, Extension
|
||||||
|
+from distutils.core import setup, Extension
|
||||||
|
|
||||||
|
__ver__ = "0.3.0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user