- 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
This commit is contained in:
Sascha Peilicke 2013-04-24 10:21:08 +00:00 committed by Git OBS Bridge
parent 27e94209d6
commit c091169d34
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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