svn commit: r524582 - head/math/py-gym

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 29 19:15:56 UTC 2020


Author: sunpoet
Date: Wed Jan 29 19:15:55 2020
New Revision: 524582
URL: https://svnweb.freebsd.org/changeset/ports/524582

Log:
  Remove unnecessary requires.txt patch

Modified:
  head/math/py-gym/Makefile

Modified: head/math/py-gym/Makefile
==============================================================================
--- head/math/py-gym/Makefile	Wed Jan 29 19:15:50 2020	(r524581)
+++ head/math/py-gym/Makefile	Wed Jan 29 19:15:55 2020	(r524582)
@@ -28,6 +28,5 @@ NO_ARCH=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|, 'opencv-python'||" ${WRKSRC}/setup.py
-	@${REINPLACE_CMD} -e '/opencv-python/d' ${WRKSRC}/gym.egg-info/requires.txt
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list