Bug 993165 - python-rsa: FTBFS in rawhide
Summary: python-rsa: FTBFS in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-rsa
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Yohan Graterol
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F20FTBFS
TreeView+ depends on / blocked
 
Reported: 2013-08-05 16:50 UTC by Dennis Gilmore
Modified: 2013-09-07 05:29 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-07 05:29:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dennis Gilmore 2013-08-05 16:50:33 UTC
Your package python-rsa failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=5761074

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

Comment 1 Yohan Graterol 2013-08-06 03:29:00 UTC
Hello Dennis,

I do a path to setup.py. 

diff --git a/python-rsa.spec b/python-rsa.spec
index dcd2b70..e4d22ff 100644
--- a/python-rsa.spec
+++ b/python-rsa.spec
@@ -21,6 +21,8 @@ Pure-Python RSA implementation
%prep
%setup -q -n %{pkgname}-%{version}
rm -rf %{pkgname}-*.egg-info
+sed -i "/from distribute_setup import use_setuptools/d" setup.py
+sed -i "/use_setuptools('0.6.10')/d" setup.py
%build
%{__python} setup.py build

Task Info: http://koji.fedoraproject.org/koji/taskinfo?taskID=5781903
Build Info: http://koji.fedoraproject.org/koji/buildinfo?buildID=454335


Note You need to log in before you can comment on or make changes to this bug.