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:
parent
30a2e5667e
commit
9b57a39e4d
@ -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
|
||||
|
||||
|
@ -29,6 +29,8 @@ BuildRequires: python3-devel
|
||||
BuildRequires: python3-distribute
|
||||
BuildRequires: python3-lxml
|
||||
Requires: python3-lxml
|
||||
BuildRequires: python3
|
||||
Requires: python3
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user