create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View 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', '../..')