Build extensions directly from setup.py
authorJulian Gilbey <jdg@debian.org>
Sun, 14 Aug 2022 07:56:26 +0000 (08:56 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 14 Aug 2022 07:56:26 +0000 (08:56 +0100)
commitfc3d2ecde3209452845494ba88a214ac333ca988
tree81dfcf42f4b3634ff6f6d43d20534573133e69ed
parent7444e06b41c809bf440dcddefba24d12ce0f5601
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