Skip to content

Commit 98ac6ef

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 a5bd0e1 commit 98ac6ef

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
@@ -10,7 +10,7 @@ License: GPLv2+
1010
URL: http://www.merproject.org
1111
Source: %{name}-%{version}.tar.gz
1212
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
13-
BuildRequires: python, python-distribute, python-sphinx, python-boss-skynet, python-ruote-amqp
13+
BuildRequires: python, python-setuptools, python-sphinx, python-boss-skynet, python-ruote-amqp
1414
%if ! 0%{?use_pip}
1515
BuildRequires: python-django
1616
%endif

0 commit comments

Comments
 (0)