Bug 2376913
| Summary: | please build python-scramp for EPEL10 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Phil <beaaegicfqmq6rykaqaakty3lqcg6btv> |
| Component: | python-scramp | Assignee: | Fabian Affolter <mail> |
| Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel10 | CC: | |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 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: | |||
|
Description
Phil
2025-07-07 18:02:55 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component. No matching package to install: 'python3dist(versioningit)' This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component. Hi.
imho python3dist(versioningit) is not really need, as we know about the version we want to build.
Why not simply add this in %pre?
```
sed -i \
-e 's/, "versioningit"//' \
-e '/^\[project\]$/aversion = "${version}"' \
pyproject.toml
```
|