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