This patch should have been included in previous commit.

This commit is contained in:
czarkoff 2017-01-18 12:42:28 +00:00
parent edf78bfddf
commit e59b83837d
2 changed files with 19 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2017/01/17 02:57:17 czarkoff Exp $
# $OpenBSD: Makefile,v 1.11 2017/01/18 12:42:28 czarkoff Exp $
COMMENT = network library for easy and scalable concurrency
@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.2.1
DISTNAME = gevent-${MODPY_EGG_VERSION}
PKGNAME = ${MODPY_PY_PREFIX}${DISTNAME}
MAINTAINER = Dmitrij D. Czarkoff <czarkoff@openbsd.org>
REVISION = 0
CATEGORIES = devel
HOMEPAGE = http://www.gevent.org/

View File

@ -0,0 +1,17 @@
$OpenBSD: patch-setup_py,v 1.3 2017/01/18 12:42:28 czarkoff Exp $
--- setup.py.orig Mon Jan 16 15:05:24 2017
+++ setup.py Mon Jan 16 15:06:37 2017
@@ -117,13 +117,6 @@ if ((len(sys.argv) >= 2
def run_setup(ext_modules, run_make):
if run_make:
- if (not LIBEV_EMBED and not WIN and cffi_modules) or PYPY:
- # We're not embedding libev but we do want
- # to build the CFFI module. We need to configure libev
- # because the CORE Extension won't.
- # TODO: Generalize this.
- system(libev_configure_command)
-
MakeSdist.make()
setup(