SHA256
1
0
forked from pool/uwsgi

Accepting request 555610 from home:MargueriteSu:branches:server:http

- fix a leaf problem found by repo-checker
  * uwsgi-python3 can't be install because it requires python-base = 3.6
    which should be python3-base

OBS-URL: https://build.opensuse.org/request/show/555610
OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=59
This commit is contained in:
Marguerite Su 2017-12-10 04:55:10 +00:00 committed by Git OBS Bridge
parent 9e1ee6db2b
commit 0f2d2f5d9e
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Dec 10 04:51:02 UTC 2017 - i@marguerite.su
- fix a leaf problem found by repo-checker
* uwsgi-python3 can't be install because it requires python-base = 3.6
which should be python3-base
-------------------------------------------------------------------
Wed Nov 09 00:00:00 UTC 2017 - sven@uebelacker.net

View File

@ -357,7 +357,7 @@ This package contains support for Python applications via the WSGI protocol.
Summary: Python 3 Plugin for uWSGI
Group: Productivity/Networking/Web/Servers
Requires: %{name} = %{version}
Requires: python-base = 3.6
Requires: python3-base = 3.6
%description python3
uWSGI is a self-healing application container server coded in pure C.