mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
create bsd12 branch
This commit is contained in:
14
data/rrdtool/files/patch-bindings_python_setup.py
Normal file
14
data/rrdtool/files/patch-bindings_python_setup.py
Normal file
@@ -0,0 +1,14 @@
|
||||
--- bindings/python/setup.py.orig 2017-03-10 18:03:11 UTC
|
||||
+++ bindings/python/setup.py
|
||||
@@ -1,10 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
import os
|
||||
|
||||
-try:
|
||||
- from setuptools import setup, Extension
|
||||
-except ImportError:
|
||||
- sys.exit('The setup requires setuptools.')
|
||||
+from distutils.core import setup, Extension
|
||||
|
||||
TOP_SRCDIR = os.environ.get('ABS_TOP_SRCDIR', '../..')
|
||||
TOP_BUILDDIR = os.environ.get('ABS_TOP_BUILDDIR', '../..')
|
||||
Reference in New Issue
Block a user