Accepting request 162323 from home:apersaud:branches:devel:languages:python

fixed build for python3. Couldn't load hashlib correclty due to missing python3 dependency

OBS-URL: https://build.opensuse.org/request/show/162323
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=8
This commit is contained in:
Todd R 2013-04-04 11:00:29 +00:00 committed by Git OBS Bridge
parent 30a2e5667e
commit 9b57a39e4d
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 3 04:12:47 UTC 2013 - arun@gmx.de
- fixed build error: "ImportError: cannot import name sha512"
seems to be a missing dependency to python3 during build
-------------------------------------------------------------------
Tue Mar 26 00:59:46 UTC 2013 - arun@gmx.de

View File

@ -29,6 +29,8 @@ BuildRequires: python3-devel
BuildRequires: python3-distribute
BuildRequires: python3-lxml
Requires: python3-lxml
BuildRequires: python3
Requires: python3
BuildArch: noarch
%description