Bug 1474064 - [Packaging] Please unbundle autopep8, pep8
Summary: [Packaging] Please unbundle autopep8, pep8
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: eclipse-pydev
Version: 26
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mat Booth
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-23 14:22 UTC by Christian Stadelmann
Modified: 2017-07-24 09:07 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-24 09:07:45 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Christian Stadelmann 2017-07-23 14:22:04 UTC
Description of problem:


Version-Release number of selected component (if applicable):
eclipse-pydev-5.8.0-1.fc26.x86_64

How reproducible:
always (caused by packaging)

Steps to Reproduce:
1. Install eclipse-pydev

Actual results:
In /usr/lib64/eclipse/droplets/pydev-core/eclipse/plugins/org.python.pydev_5.5.0.201702281500/pysrc/third_party/pep8/autopep8.py, eclipse-pydev bundles the pep8.py and autopep8.py files

Expected results:
Do not bundle external libraries.

Additional info:
See the package guidelines https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#Bundling_and_Duplication_of_system_libraries

Comment 1 Mat Booth 2017-07-24 09:07:45 UTC
These files are symlinks to the system versions of the pep8 and autopep8 utilities:

[mbooth@fedora26 ~]$ ll /usr/lib/eclipse/droplets/pydev-core/eclipse/plugins/org.python.pydev_5.8.0.v20170616-0956/pysrc/third_party/pep8/
total 0
lrwxrwxrwx 1 root root 44 Jul  6 12:20 autopep8.py -> /usr/lib/python3.6/site-packages/autopep8.py
lrwxrwxrwx 1 root root 40 Jul  6 12:20 pep8.py -> /usr/lib/python3.6/site-packages/pep8.py

I don't believe there is anything more to be done to unbundle these tools, so I'm going to close this bug for now.


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