14
0
Tomáš Chvátal
2020-01-10 15:06:53 +00:00
committed by Git OBS Bridge
parent fab5321fb9
commit a6147d745e
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 10 15:06:41 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Revert back the previous commit
-------------------------------------------------------------------
Thu Jan 9 18:56:36 UTC 2020 - Todd R <toddrme2178@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-requirements-detector
#
# Copyright (c) 2020 SUSE LLC.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,6 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define oldpython python
Name: python-requirements-detector
Version: 0.6
@@ -25,7 +24,7 @@ Release: 0
Summary: Python tool to find and list requirements of a Python project
License: MIT
Group: Development/Languages/Python
Url: https://github.com/landscapeio/requirements-detector
URL: https://github.com/landscapeio/requirements-detector
# https://github.com/landscapeio/requirements-detector/issues/25
Source: https://github.com/landscapeio/requirements-detector/archive/%{version}.tar.gz
BuildRequires: %{python_module setuptools}