From 9b57a39e4d3a3ec619c31560d23b20eb90107c8bf29261b03f7ba15919e42200 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 4 Apr 2013 11:00:29 +0000 Subject: [PATCH] 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 --- python3-pyquery.changes | 6 ++++++ python3-pyquery.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/python3-pyquery.changes b/python3-pyquery.changes index 05565ed..4371bf2 100644 --- a/python3-pyquery.changes +++ b/python3-pyquery.changes @@ -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 diff --git a/python3-pyquery.spec b/python3-pyquery.spec index 1169cf2..0d9ca5e 100644 --- a/python3-pyquery.spec +++ b/python3-pyquery.spec @@ -29,6 +29,8 @@ BuildRequires: python3-devel BuildRequires: python3-distribute BuildRequires: python3-lxml Requires: python3-lxml +BuildRequires: python3 +Requires: python3 BuildArch: noarch %description