From 15b0a7cd0aa171787ff79e15869bb7649fa5db6c Mon Sep 17 00:00:00 2001 From: Yiru Wang Mac Date: Fri, 31 Jul 2020 17:11:33 +0800 Subject: [PATCH] add Require in pkgship.spec --- packageship/pkgship.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packageship/pkgship.spec b/packageship/pkgship.spec index c85191d2..7ad4f21a 100644 --- a/packageship/pkgship.spec +++ b/packageship/pkgship.spec @@ -10,7 +10,7 @@ BuildArch: noarch Requires: python3-pip python3-flask-restful python3-flask python3 python3-pyyaml Requires: python3-sqlalchemy python3-prettytable python3-requests -#Requires: pyinstaller python3-flask-session python3-flask-script marshmallow uwsig +Requires: python-PyInstaller python3-flask-session python3-flask-script python3-marshmallow uwsgi %description Pkgship implements rpm package dependence ,maintainer, patch query and so no. -- GitLab