14
0

Accepting request 162597 from devel:languages:python

fixed build for python3. Couldn't load hashlib correclty due to missing python3 dependency (forwarded request 162323 from apersaud)

OBS-URL: https://build.opensuse.org/request/show/162597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2013-04-08 12:55:18 +00:00
committed by Git OBS Bridge
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