forked from pool/python-python-dotenv
Accepting request 956338 from home:gladiac:branches:devel:languages:python
- Skip building for python2 Fixes build on openSUSE Leap 15.3. OBS-URL: https://build.opensuse.org/request/show/956338 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dotenv?expand=0&rev=22
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 21 09:09:13 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
- Skip building for python2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 7 00:42:19 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
Mon Dec 7 00:42:19 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-dotenv
|
# spec file for package python-python-dotenv
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-python-dotenv
|
Name: python-python-dotenv
|
||||||
Version: 0.15.0
|
Version: 0.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -34,7 +35,7 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-click >= 5.0
|
Requires: python-click >= 5.0
|
||||||
# rubygem-dotenv also provides executable dotenv
|
# rubygem-dotenv also provides executable dotenv
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Suggests: python-jupyter_ipython
|
Suggests: python-jupyter_ipython
|
||||||
# There is a very similar Python package which also used `dotenv` namespace
|
# There is a very similar Python package which also used `dotenv` namespace
|
||||||
Conflicts: python-dotenv
|
Conflicts: python-dotenv
|
||||||
|
Reference in New Issue
Block a user