diff options
Diffstat (limited to 'finance')
-rw-r--r-- | finance/py-stripe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/py-stripe/Makefile b/finance/py-stripe/Makefile index ca62e1722f3e..fa13e3869137 100644 --- a/finance/py-stripe/Makefile +++ b/finance/py-stripe/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests1>=0.8.8:${PORTSDIR}/www/py-requests TEST_DEPENDS:= ${RUN_DEPENDS} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils +NO_ARCH= yes post-patch: @${REINPLACE_CMD} "s|, '../VERSION'||" ${WRKSRC}/setup.py |