diff options
-rw-r--r-- | python3-openid.spec | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/python3-openid.spec b/python3-openid.spec index 74ebe85..eb4f813 100644 --- a/python3-openid.spec +++ b/python3-openid.spec @@ -11,6 +11,10 @@ BuildArch: noarch Requires: python3-defusedxml Requires: python3-mysql-connector-python Requires: python3-psycopg2 +Provides: python3-openid +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip %description This is a set of Python packages to support use of @@ -19,14 +23,6 @@ the OpenID decentralized identity system in your application, update to Python package. Want to run your own OpenID server? Check out openid.server. Includes example code and support for a variety of storage back-ends. - - -Provides: python3-openid -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-pip - - %package help Summary: Development documents and examples for python3-openid Provides: python3-openid-doc |