Bug 1664741 - module-build-service missing dependency -- python3-pungi
Summary: module-build-service missing dependency -- python3-pungi
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: module-build-service
Version: 29
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matt Prahl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-01-09 14:47 UTC by Viktor Ashirov
Modified: 2019-01-26 02:22 UTC (History)
4 users (show)

Fixed In Version: module-build-service-2.12.2-1.fc29 module-build-service-2.12.2-1.fc28
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-01-26 02:14:26 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Viktor Ashirov 2019-01-09 14:47:56 UTC
Description of problem:
mbs-manager throws traceback because of the missing dependency.

Version-Release number of selected component (if applicable):
module-build-service-2.11.1-1.fc29.noarch

How reproducible:
always

Steps to Reproduce:
1. dnf install module-build-service
2. mbs-manager build_module_locally 


Actual results:
2019-01-09 09:30:34,232 - MainThread - urllib3.util.retry - DEBUG - Converted retries value: 3 -> Retry(total=3, connect=None, read=None, redirect=None, status=None)
2019-01-09 09:30:34,521 - MainThread - moksha.hub - WARNING - Cannot find qpid python module. Make sure you have python-qpid installed.
Traceback (most recent call last):
  File "/usr/bin/mbs-manager", line 11, in <module>
    load_entry_point('module-build-service==2.11.1', 'console_scripts', 'mbs-manager')()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 484, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2714, in load_entry_point
    return ep.load()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2332, in load
    return self.resolve()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2338, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python3.7/site-packages/module_build_service/manage.py", line 41, in <module>
    import module_build_service.scheduler.consumer
  File "/usr/lib/python3.7/site-packages/module_build_service/scheduler/__init__.py", line 7, in <module>
    import module_build_service.scheduler.consumer
  File "/usr/lib/python3.7/site-packages/module_build_service/scheduler/consumer.py", line 45, in <module>
    import module_build_service.scheduler.handlers.repos
  File "/usr/lib/python3.7/site-packages/module_build_service/scheduler/handlers/repos.py", line 26, in <module>
    import module_build_service.builder
  File "/usr/lib/python3.7/site-packages/module_build_service/builder/__init__.py", line 10, in <module>
    GenericBuilder.register_backend_class(entrypoint.load())
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2332, in load
    return self.resolve()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2338, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python3.7/site-packages/module_build_service/builder/KojiModuleBuilder.py", line 56, in <module>
    from module_build_service.builder.KojiContentGenerator import KojiContentGenerator
  File "/usr/lib/python3.7/site-packages/module_build_service/builder/KojiContentGenerator.py", line 43, in <module>
    import pungi.arch
ModuleNotFoundError: No module named 'pungi'


Expected results:
python3-pungi should be installed as a dependency.

Additional info:

Comment 1 Fedora Update System 2019-01-14 16:33:55 UTC
module-build-service-2.12.0-1.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-ab72775b9b

Comment 2 Fedora Update System 2019-01-14 16:33:59 UTC
module-build-service-2.12.0-1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2019-d8644461db

Comment 3 Fedora Update System 2019-01-15 02:23:36 UTC
module-build-service-2.12.0-1.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-ab72775b9b

Comment 4 Fedora Update System 2019-01-15 03:32:17 UTC
module-build-service-2.12.0-1.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-d8644461db

Comment 5 Fedora Update System 2019-01-16 21:16:00 UTC
module-build-service-2.12.1-1.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-c5e4a4eb5d

Comment 6 Fedora Update System 2019-01-16 21:16:06 UTC
module-build-service-2.12.1-1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2019-2b5af490fd

Comment 7 Fedora Update System 2019-01-17 02:11:35 UTC
module-build-service-2.12.1-1.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-c5e4a4eb5d

Comment 8 Fedora Update System 2019-01-17 02:50:31 UTC
module-build-service-2.12.1-1.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-2b5af490fd

Comment 9 Fedora Update System 2019-01-17 15:00:16 UTC
module-build-service-2.12.2-1.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-fe3b6de0d7

Comment 10 Fedora Update System 2019-01-17 15:00:22 UTC
module-build-service-2.12.2-1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2019-0417d4e2c5

Comment 11 Fedora Update System 2019-01-18 03:05:06 UTC
module-build-service-2.12.2-1.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-0417d4e2c5

Comment 12 Fedora Update System 2019-01-18 03:36:25 UTC
module-build-service-2.12.2-1.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-fe3b6de0d7

Comment 13 Fedora Update System 2019-01-26 02:14:26 UTC
module-build-service-2.12.2-1.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report.

Comment 14 Fedora Update System 2019-01-26 02:22:13 UTC
module-build-service-2.12.2-1.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.


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