svn commit: r498039 - head/net/py-pypcap
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Apr 5 23:28:12 UTC 2019
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:
More information about the svn-ports-all
mailing list