Bug 1582746
| Summary: | python3-cookiecutter is missing dependency on python3-future | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kai Kaminski <kai.kaminski> |
| Component: | python-cookiecutter | Assignee: | Brett Lentz <blentz> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 28 | CC: | blentz |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-cookiecutter-1.6.0-3.fc27 python-cookiecutter-1.6.0-3.fc28 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-08-22 00:45:27 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: | |||
python-cookiecutter-1.6.0-3.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-b1c554a6db python-cookiecutter-1.6.0-3.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-633789d308 python-cookiecutter-1.6.0-3.fc27 has been pushed to the Fedora 27 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-2018-b1c554a6db python-cookiecutter-1.6.0-3.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-2018-633789d308 python-cookiecutter-1.6.0-3.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. python-cookiecutter-1.6.0-3.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The package python3-cookiecutter is missing a dependency on python3-future. Version-Release number of selected component (if applicable): How reproducible: Always. Steps to Reproduce: 1. Install python3-cookiecutter ('dnf install python3-cookiecutter') 2. Run cookiecutter in a terminal. Actual results: $ cookiecutter Traceback (most recent call last): File "/usr/bin/cookiecutter", line 6, in <module> [...] pkg_resources.DistributionNotFound: The 'future>=0.15.2' distribution was not found and is required by cookiecutter Expected results: $ cookiecutter Usage: cookiecutter [OPTIONS] TEMPLATE [EXTRA_CONTEXT]... Error: Missing argument "template".