summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-03-27 11:20:27 +0000
committerCoprDistGit <infra@openeuler.org>2023-03-27 11:20:27 +0000
commite1a061f278ad76cd68957b5d5f3f51e684c30ba6 (patch)
treeb5da640536baaeb07e8ab3a49a79a7cb77681997
parent253c9098bfe054c8848f90283625fbbeac6ef9f0 (diff)
automatic import of python3-openid
-rw-r--r--python3-openid.spec12
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