Closed yurivict closed 5 years ago
Indeed, os.path.commonpath
was new in py35. I don't think @dgasmith had any objection to dropping py27 support. You can get around this by using CMAKE_PREFIX_PATH
and PYMOD_INSTALL_LIBDIR
and avoiding NATIVE_PYTHON_INSTALL
.
No more Python3 support is fine with me.
This breaks with setup.py, but works with cmake. With cmake it builds for both python2 and python3, so IMO no need to fix something that isn't broken.
Worked fine in version 1.3.0
FreeBSD 11.2 amd64