Skip to content

Commit 7d4a864

Browse files
author
Oleg Girko
committed
Require setuptools Python module instead of distribute.
The distribute python module has been merged into setuptools long ago, at version 0.7. Also, distribute is not used in code here, just setuptools. Signed-off-by: Oleg Girko <oleg.girko@jolla.com>
1 parent c6ebb5a commit 7d4a864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rpm/boss-launcher-webhook.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ License: GPLv2+
99
URL: http://www.meego.com
1010
Source: %{name}-%{version}.tar.gz
1111
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
12-
BuildRequires: python, python-distribute, python-sphinx, python-boss-skynet, python-ruote-amqp, python-django
12+
BuildRequires: python, python-setuptools, python-sphinx, python-boss-skynet, python-ruote-amqp, python-django
1313
%if 0%{?fedora}
1414
BuildRequires: MySQL-python
1515
%else

0 commit comments

Comments
 (0)