From 68f4b4c8bd0efac63df431c4abf69f2738016790 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Fri, 30 Sep 2022 08:50:50 +0000 Subject: [PATCH] Always call install_scripts on pip install (cherry picked from commit e4d144de0cc11755e49f75754c07e5abdc17d5b9) --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 6c2d207b3..b79eb951b 100755 --- a/setup.py +++ b/setup.py @@ -53,6 +53,9 @@ class local_install_scripts(install_scripts.install_scripts): def run(self): + # NOTE(tobias-urdin): Always install_scripts so that we get + # gnocchi-api otherwise it's left out when installing with pip. + self.no_ep = False install_scripts.install_scripts.run(self) # NOTE(sileht): Build wheel embed custom script as data, and put sheban # in script of the building machine. To workaround that build_scripts