[Bug 220596] shells/xonsh: Python-ish BASH-wards shell
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 10 14:06:50 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596
--- Comment #15 from Kubilay Kocak <koobs at FreeBSD.org> ---
(In reply to Kubilay Kocak from comment #14)
As a test case (not necessarily a workaround or solution), removing the
clean_tables() function call from the xinstall class prevents the errors:
--- setup.py.orig 2017-07-10 14:03:10 UTC
+++ setup.py
@@ -182,7 +182,6 @@ def restore_version():
class xinstall(install):
"""Xonsh specialization of setuptools install class."""
def run(self):
- clean_tables()
build_tables()
amalgamate_source()
# add dirty version number
This is the functionality that is resulting in --record output not matching
what is installed
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list