Bug 1361913

Summary: python3-django-tastypie requires both Python 2 and Python 3
Product: [Fedora] Fedora Reporter: Petr Viktorin (pviktori) <pviktori>
Component: python-django-tastypieAssignee: Miro HronĨok <mhroncok>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: bkabrda, cedric.olivier, mhroncok, mrunge
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-08-01 14:15:54 UTC Type: Bug
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: 1285816, 1312032    
Attachments:
Description Flags
Patch to fix the sitelib directories none

Description Petr Viktorin (pviktori) 2016-07-31 21:03:32 UTC
Created attachment 1186177 [details]
Patch to fix the sitelib directories

Hello,
Thanks for taking the time to port this package to Python 3! It's much appreciated.

However, there is one problem left: the Python 3 subpackage ended up
with an extra dependency on Python 2, because it includes
%{python_sitelib} by mistake.

Here is a patch to correct the problem. Could you review and apply it?

It would be nice if you could push it to Fedora 25 as well.