Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 489522 - app-portage/euscan missing slot on dev-python/beautifulsoup dep
Summary: app-portage/euscan missing slot on dev-python/beautifulsoup dep
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major
Assignee: Corentin Chary (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-27 00:07 UTC by Julian Ospald
Modified: 2013-11-18 20:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
euscanbs4.patch (file_489522.txt,286 bytes, patch)
2013-11-14 02:51 UTC, Iván Atienza
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2013-10-27 00:07:35 UTC
the dep should be

dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]
Comment 1 Julian Ospald 2013-10-27 00:07:52 UTC
Traceback (most recent call last):
  File "/usr/lib/python-exec/python2.7/euscan", line 34, in <module>
    from euscan.scan import scan_upstream
  File "/usr/lib64/python2.7/site-packages/euscan/scan.py", line 15, in <module>
    from euscan import handlers
  File "/usr/lib64/python2.7/site-packages/euscan/handlers/__init__.py", line 1, in <module>
    from euscan.handlers import generic, php, pypi, rubygem, kde
  File "/usr/lib64/python2.7/site-packages/euscan/handlers/generic.py", line 5, in <module>
    from BeautifulSoup import BeautifulSoup
ImportError: No module named BeautifulSoup
Comment 2 Iván Atienza 2013-11-14 02:51:31 UTC
Created attachment 363232 [details, diff]
euscanbs4.patch

This patch do the job also here using dev-python/beautifulsoup-4.2.1.

Salud
Comment 3 Julian Ospald 2013-11-18 20:11:08 UTC
+  18 Nov 2013; Julian Ospald <hasufell@gentoo.org> euscan-0.1.1-r1.ebuild:
+  fix dev-python/beautifulsoup slot wrt #489522

The import fix seems to be in the repo already, so I'll leave it up to the version bump to get it.