Build extensions directly from setup.py
authorJulian Gilbey <jdg@debian.org>
Mon, 5 Sep 2022 20:56:24 +0000 (21:56 +0100)
committerJulian Gilbey <jdg@debian.org>
Mon, 5 Sep 2022 20:56:24 +0000 (21:56 +0100)
commitfc02d7ec6e8119f7fc707955429e88e43717144c
tree7a1fc0c5cdb14bdd23f8590929040ea7a8dc284f
parent1994eb49e427bc81ce3cc648963ea314896b6060
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