CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/12/04 06:26:13
Modified files:
net/py-curl : Makefile
net/py-curl/patches: patch-setup_py
net/py-curl/pkg: PLIST
Log message:
py-curl has code that will use setuptools if wheel is present. Since
the port doesn't declare this, lang/python throws an exception.
Patch setup.py to always use setuptools and add MODPY_SETUPTOOLS. This
will fix the intermittent build problems with py-curl we've been having.
ok sthen
