Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 23:28:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498039 - head/net/py-pypcap
Message-ID:  <201904052328.x35NSBgX020592@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Apr  5 23:28:10 2019
New Revision: 498039
URL: https://svnweb.freebsd.org/changeset/ports/498039

Log:
  - Document incompatibility with python 3.7+
  
  Approved by:	portmgr blanket

Modified:
  head/net/py-pypcap/Makefile

Modified: head/net/py-pypcap/Makefile
==============================================================================
--- head/net/py-pypcap/Makefile	Fri Apr  5 23:27:57 2019	(r498038)
+++ head/net/py-pypcap/Makefile	Fri Apr  5 23:28:10 2019	(r498039)
@@ -12,7 +12,7 @@ COMMENT=	Simplified object-oriented Python wrapper for
 
 LICENSE=	BSD3CLAUSE
 
-USES=		python
+USES=		python:-3.6
 USE_PYTHON=	autoplist distutils
 
 post-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904052328.x35NSBgX020592>