fix install error
This commit is contained in:
parent
9eaabdc168
commit
b5fc63f72c
@ -1,6 +1,6 @@
|
||||
Name: python-psycopg2
|
||||
Version: 2.7.5
|
||||
Release: 3.1
|
||||
Release: 3.2
|
||||
Summary: PostgreSQL database adapter for the Python programming language
|
||||
License: LGPLv3+ with exceptions
|
||||
URL: http://www.psycopg.org/psycopg/
|
||||
@ -43,7 +43,7 @@ Summary: %{summary}
|
||||
|
||||
%package -n python2-psycopg2-tests
|
||||
Summary: A testsuite for %{summary}
|
||||
Requires: python2-%srcname = %version-%release
|
||||
Requires: python2-psycopg2 = %version-%release
|
||||
|
||||
%description -n python2-psycopg2-tests
|
||||
%desc
|
||||
@ -71,7 +71,7 @@ Summary: %{summary}
|
||||
|
||||
%package -n python3-psycopg2-tests
|
||||
Summary: A testsuite for %{summary}
|
||||
Requires: python3-%srcname = %version-%release
|
||||
Requires: python3-psycopg2 = %version-%release
|
||||
|
||||
%description -n python3-psycopg2-tests
|
||||
%desc
|
||||
@ -193,5 +193,8 @@ done
|
||||
%doc doc examples/
|
||||
|
||||
%changelog
|
||||
* Tue Mar 10 2020 chenli <chenli147@huawei.com> - 2.7.5-3.2
|
||||
- Fix python2-psycopg2-tests install error
|
||||
|
||||
* Wed Feb 12 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.7.5-3.1
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user