14
0

Accepting request 785393 from home:bruno_friedmann:branches:devel:languages:python

- Remove python2 support, due to pyton-venusian being only python3

OBS-URL: https://build.opensuse.org/request/show/785393
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=35
This commit is contained in:
2020-03-15 22:02:42 +00:00
committed by Git OBS Bridge
parent ef2de3debc
commit 1d577d6167
2 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyramid
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2014-2017 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -19,13 +19,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
%define skip_python2 1
Name: python-pyramid
Version: 1.10.4
Release: 0
Summary: The Pyramid web application development framework
License: BSD-4-Clause AND ZPL-2.1 AND MIT
Group: Development/Languages/Python
Url: http://pylonsproject.org
URL: http://pylonsproject.org
Source0: https://files.pythonhosted.org/packages/source/p/pyramid/pyramid-%{version}.tar.gz
BuildRequires: %{python_module PasteDeploy} >= 1.5.0
BuildRequires: %{python_module WebOb} >= 1.7.0