diff options
author | B. Stack <bgstack15@gmail.com> | 2022-02-16 15:15:14 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-02-16 15:15:14 -0500 |
commit | da5e60dd3656a7c88b0c187b9644dc21480f4731 (patch) | |
tree | 31b120ed02c31a8caa3fdcef04e038656d4a124f /extra | |
parent | just drop the copr_username crap (diff) | |
download | stackbin-da5e60dd3656a7c88b0c187b9644dc21480f4731.tar.gz stackbin-da5e60dd3656a7c88b0c187b9644dc21480f4731.tar.bz2 stackbin-da5e60dd3656a7c88b0c187b9644dc21480f4731.zip |
require make
Diffstat (limited to 'extra')
-rw-r--r-- | extra/stackbin.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/stackbin.spec b/extra/stackbin.spec index ffe1dd2..de8ff28 100644 --- a/extra/stackbin.spec +++ b/extra/stackbin.spec @@ -52,6 +52,7 @@ Requires: %{pythonver}-uwsgidecorators Requires: uwsgi-plugin-%{pythonver} Requires: uwsgi-logger-file %if 0%{?fedora} +BuildRequires: make # Fedora has all the deps; no pip3 helper needed! Requires: %{pythonver}-pytimeparse Requires: %{pythonver}-flask-sqlalchemy |