forked from pool/python-pyflakes
Accepting request 343765 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/343765 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyflakes?expand=0&rev=16
This commit is contained in:
commit
00f3eb1419
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 10 22:31:39 UTC 2015 - opensuse@cboltz.de
|
||||||
|
|
||||||
|
- add dependency on python-setuptools (the pkg_resources module is needed
|
||||||
|
at runtime)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 22 15:15:47 UTC 2015 - tbechtold@suse.com
|
Mon Jun 22 15:15:47 UTC 2015 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@ -27,6 +27,8 @@ Source: pyflakes-%{version}.tar.gz
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
|
# the pkg_resources module is required at runtime
|
||||||
|
Requires: python-setuptools
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%py_requires
|
%py_requires
|
||||||
%if 0%{?suse_version} > 1110
|
%if 0%{?suse_version} > 1110
|
||||||
|
Loading…
x
Reference in New Issue
Block a user