diff options
Diffstat (limited to 'lang/cython-devel/Makefile')
-rw-r--r-- | lang/cython-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/cython-devel/Makefile b/lang/cython-devel/Makefile index 07f6c91b3d79..26a705436193 100644 --- a/lang/cython-devel/Makefile +++ b/lang/cython-devel/Makefile @@ -15,6 +15,8 @@ USE_PYTHON= allflavors autoplist concurrent distutils USE_GITHUB= yes GH_TAGNAME= 2b1e743 +CONFLICTS_INSTALL= py*-cython # bin/cygdb bin/cygdb-3.8 bin/cython bin/cython-3.8 bin/cythonize bin/cythonize-3.8 + post-install: ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython -name '*.so' -exec ${STRIP_CMD} {} + |