https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230760
Yasuhito FUTATSUKI <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |dclub.org --- Comment #1 from Yasuhito FUTATSUKI <[email protected]> --- (In reply to Joshua Baillie from comment #0) > make USES=python:3.7 install This doen't work, but make FLAVOR=py37 or make USES='python:3.7 tar:xz' works fine in my FreeBSD 11.1 environment. In databases/py-sqlite3/Makefile, USES is set to 'python tar:xz'. 'make USES=python3.7' overrides it. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
