fedora-python / fedora-python/pyp2rpm

Fedora template is not compatible with EPELs

Open
#68 22 comments 1 reaction 0 assignees View on GitHub
enhancement help wanted
Dominant language
Python
Stars
129
Forks
42
PR merge metrics
No merged PRs in 30d

Description

`pyp2rpm` generates:

```
%{?python_provide:%python_provide python3-%{pypi_name}}
```

(`pyp2rpm` tested with fedora/24-cloud-base vagrant)

Unfortunately, this fails on EPEL7 (tested using copr), Fedora works well.
Orion Poplawski suggests in https://bugzilla.redhat.com/show_bug.cgi?id=1336097 the following:

```
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
```

I can confirm this works, but there is still an issue with EPEL6.

The module I tried to build is `nemea-pytrap` at pypi.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.