Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 993165

Summary: python-rsa: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: python-rsaAssignee: Yohan Graterol <yohangraterol92>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: yohangraterol92
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-07 05:29:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 991858    

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