We need python2 at build time ...
This commit is contained in:
parent
a332a85b59
commit
62f843d524
@ -7,12 +7,3 @@ diff -ru iotop-0.6.orign/sbin/iotop iotop-0.6/sbin/iotop
|
|||||||
# iotop: Display I/O usage of processes in a top like UI
|
# iotop: Display I/O usage of processes in a top like UI
|
||||||
# Copyright (c) 2007, 2008 Guillaume Chazarain <guichaz@gmail.com>, GPLv2
|
# Copyright (c) 2007, 2008 Guillaume Chazarain <guichaz@gmail.com>, GPLv2
|
||||||
# See iotop --help for some help
|
# See iotop --help for some help
|
||||||
diff -ru iotop-0.6.orign/setup.py iotop-0.6/setup.py
|
|
||||||
--- iotop-0.6.orign/setup.py 2013-05-27 00:44:18.000000000 +0200
|
|
||||||
+++ iotop-0.6/setup.py 2015-11-15 22:47:19.431004659 +0100
|
|
||||||
@@ -1,4 +1,4 @@
|
|
||||||
-#!/usr/bin/env python
|
|
||||||
+#!/usr/bin/env python3
|
|
||||||
|
|
||||||
from distutils.core import setup
|
|
||||||
from distutils.command import install as distutils_install
|
|
||||||
|
@ -17,6 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python
|
||||||
Requires: python3
|
Requires: python3
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
Loading…
Reference in New Issue
Block a user