Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2020 19:15:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524582 - head/math/py-gym
Message-ID:  <202001291915.00TJFt0p015987@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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