aboutsummaryrefslogtreecommitdiff
path: root/extra/stackbin.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-02-16 15:15:14 -0500
committerB. Stack <bgstack15@gmail.com>2022-02-16 15:15:14 -0500
commitda5e60dd3656a7c88b0c187b9644dc21480f4731 (patch)
tree31b120ed02c31a8caa3fdcef04e038656d4a124f /extra/stackbin.spec
parentjust drop the copr_username crap (diff)
downloadstackbin-da5e60dd3656a7c88b0c187b9644dc21480f4731.tar.gz
stackbin-da5e60dd3656a7c88b0c187b9644dc21480f4731.tar.bz2
stackbin-da5e60dd3656a7c88b0c187b9644dc21480f4731.zip
require make
Diffstat (limited to 'extra/stackbin.spec')
-rw-r--r--extra/stackbin.spec1
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
bgstack15