Bug 36804 - FeedGenerator is needed to run Pelican
Summary: FeedGenerator is needed to run Pelican
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: pelican (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Anton Vyatkin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-27 18:28 MSK by alexey
Modified: 2023-11-15 03:45 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alexey 2019-05-27 18:28:32 MSK
I'm trying to run clone of the cve.basealt.ru, but pelican is unable to process the content

$ git clone git://git.altlinux.org/people/lineprinter/public/cve-alt.git
$ cd cve-alt
$ pelican content/

Traceback (most recent call last):
  File "/usr/bin/pelican", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3241, in <module>
    @_call_aside
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3225, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3254, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'feedgenerator>=1.9' distribution was not found and is required by pelican
Comment 1 Repository Robot 2023-11-15 03:45:40 MSK
python3-module-pelican-4.9.0-alt1 -> sisyphus:

 Tue Nov 14 2023 Anton Vyatkin <toni@altlinux> 4.9.0-alt1
 - New version 4.9.0 (closes: #36804).