From 8604a9cdfee9cd35b83c1601710c16864f0129bf Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Jan 2020 19:14:09 +0000 Subject: [PATCH] Remove unnecessary requires.txt patch --- databases/py-tarantool/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/databases/py-tarantool/Makefile b/databases/py-tarantool/Makefile index d8471b5db824..8af53371cefe 100644 --- a/databases/py-tarantool/Makefile +++ b/databases/py-tarantool/Makefile @@ -18,9 +18,8 @@ USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -REINPLACE_ARGS= -i '' post-patch: - @${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/setup.py ${WRKSRC}/tarantool.egg-info/requires.txt + @${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/setup.py .include