[packages/python-straight-plugin] update BR
glen
glen at pld-linux.org
Wed Sep 11 09:29:54 CEST 2013
commit b854b8dbbf0f72efc7109049124cfa41c8fa1abe
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Sep 11 10:28:26 2013 +0300
update BR
- python-2to3 -- /var/tmp/rpm-tmp.71217[47]: 2to3: not found
- python-modules -- ImportError: No module named traceback
- rpm-pythonprov -- error: Couldn't exec /usr/lib/rpm/pythoneggs.py: No such file or directory
- python3-modules -- ImportError: No module named traceback
python-straight-plugin.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/python-straight-plugin.spec b/python-straight-plugin.spec
index 0a42472..18deb60 100644
--- a/python-straight-plugin.spec
+++ b/python-straight-plugin.spec
@@ -13,10 +13,14 @@ Group: Libraries/Python
Source0: http://pypi.python.org/packages/source/s/straight.plugin/straight.plugin-%{version}%{subver}.tar.gz
# Source0-md5: e1a22847055f377fa4c9a99d733eb44c
URL: https://github.com/ironfroggy/straight.plugin/
+BuildRequires: python-2to3
BuildRequires: python-devel
+BuildRequires: python-modules
BuildRequires: python-setuptools
+BuildRequires: rpm-pythonprov
%if %{with python3}
BuildRequires: python3-devel
+BuildRequires: python3-modules
BuildRequires: python3-setuptools
%endif
BuildArch: noarch
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-straight-plugin.git/commitdiff/b854b8dbbf0f72efc7109049124cfa41c8fa1abe
More information about the pld-cvs-commit
mailing list