Build extensions directly from setup.py
authorJulian Gilbey <jdg@debian.org>
Mon, 8 Aug 2022 19:07:18 +0000 (20:07 +0100)
committerJulian Gilbey <jdg@debian.org>
Mon, 8 Aug 2022 19:07:18 +0000 (20:07 +0100)
commit49b8c8c172ddee8aef7b3c831e2063559cf4ee53
tree1edf6a22295fb47abded25f9fb9067bcc753b0b2
parent143114374feb1628985a10b039842190da6e24e6
Build extensions directly from setup.py

Forwarded: https://github.com/fabioz/PyDev.Debugger/issues/160
Last-Update: 2022-06-17

 The original system has two separate setup.py files, and we need
 to run the other one manually, as only one of the two extensions is
 built in setup.py.  This patch moves the extension building into the
 standard setup.py.

Gbp-Pq: Name build_both_extensions.patch
setup.py