15
0

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

fixed build for python3 and <12.2. error from hashlib import

OBS-URL: https://build.opensuse.org/request/show/162329
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distutils-extra?expand=0&rev=28
This commit is contained in:
Todd R
2013-04-04 11:00:36 +00:00
committed by Git OBS Bridge
parent 5ce0f496e5
commit 7e551f1ddf
3 changed files with 9 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define tarball_name python-distutils-extra
Name: python3-distutils-extra
@@ -25,7 +26,9 @@ License: GPL-2.0
Group: Development/Libraries/Python
Url: https://launchpad.net/python-distutils-extra
Source: http://launchpad.net/python-distutils-extra/trunk/%{version}/+download/%{tarball_name}-%{version}.tar.gz
BuildRequires: python3
BuildRequires: python3-devel
Requires: python3
BuildRequires: python3-distribute
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch