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

bdist_rpm does not build an RPM #36

Closed
gcoxmoz opened this issue Jan 9, 2018 · 1 comment
Closed

bdist_rpm does not build an RPM #36

gcoxmoz opened this issue Jan 9, 2018 · 1 comment

Comments

@gcoxmoz
Copy link

gcoxmoz commented Jan 9, 2018

Running python setup.py bdist_rpm bombs out:

+ python setup.py build
Traceback (most recent call last):
  File "setup.py", line 17, in <module>
    with open(requirements_dev_filename) as fd:
IOError: [Errno 2] No such file or directory: '/home/me/VPN/duo_client_python/build/bdist.linux-x86_64/rpm/BUILD/duo_client-3.1.0/requirements-dev.txt'
error: Bad exit status from /var/tmp/rpm-tmp.ZZiQil (%build)

I think the simple fix is to add requirements-dev.txt to MANIFEST.in, but perhaps there's a different way that fits with why there's a dev file to begin with.

@xdesai
Copy link
Contributor

xdesai commented Jan 10, 2018

Fix landed.
Thanks for finding the issue!

@xdesai xdesai closed this as completed Jan 10, 2018
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