[Ole Streicher, 2018-05-16] > # This module includes files automatically generated from ply (these end in > # _lextab.py and _parsetab.py). To generate these files, remove them from this > # folder, then build astropy and run the tests in-place: > # > # python setup.py build_ext --inplace
if it's about adding build_ext's option to build command, you can do it like this: export PYBUILD_BUILD_ARGS=build_ext --inplace see uvloop's debian/rules file¹ for an example [¹] https://sources.debian.org/src/uvloop/0.9.1+ds1-1/debian/rules/?hl=4#L4 -- GPG: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645