From 665af34d54d7e1b7aa51e85e99851794d8df300f2957f47749ccbcfdf1925bf4 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 24 Apr 2013 10:21:08 +0000 Subject: [PATCH] - Add python3 build requirement to get access to the ssl module OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mccabe?expand=0&rev=5 --- python3-mccabe.changes | 5 +++++ python3-mccabe.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python3-mccabe.changes b/python3-mccabe.changes index 7862530..4fde200 100644 --- a/python3-mccabe.changes +++ b/python3-mccabe.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 24 10:23:36 UTC 2013 - speilicke@suse.com + +- Add python3 build requirement to get access to the ssl module + ------------------------------------------------------------------- Wed Apr 24 09:06:28 UTC 2013 - speilicke@suse.com diff --git a/python3-mccabe.spec b/python3-mccabe.spec index 5b2b257..165e722 100644 --- a/python3-mccabe.spec +++ b/python3-mccabe.spec @@ -23,6 +23,7 @@ Summary: McCabe checker, plugin for flake8 Url: https://github.com/flintwork/mccabe Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/m/mccabe/mccabe-%{version}.tar.gz +BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-distribute BuildRoot: %{_tmppath}/%{name}-%{version}-build