!2 fix install error

Merge pull request !2 from chenholmes/cl
This commit is contained in:
openeuler-ci-bot 2020-03-10 14:18:48 +08:00 committed by Gitee
commit 231723a135

View File

@ -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