Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify non-python dependencies #230

Open
Cimbali opened this issue Apr 10, 2020 · 1 comment
Open

Specify non-python dependencies #230

Cimbali opened this issue Apr 10, 2020 · 1 comment

Comments

@Cimbali
Copy link

Cimbali commented Apr 10, 2020

I’d like to know if and how I can specify non-python dependencies.

The whole point of building an RPM is that I can now properly depend on capabilities that my package depends on, but that aren’t python packages. For example, a library such as libpoppler.

With bdist_rpm I can simply add these as bdist_rpm.requires in my setup.cfg file. What’s the pyp2rpm way, if there is one, to do this?

@hroncok
Copy link
Member

hroncok commented Apr 10, 2020

There is currently none. If we are ever to add one, it would be great to specify it trough something our RPM dependency generators and %pyproject_buildrequires could understand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants