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

add python3 create rpm command in package section #132

Open
cookie33 opened this issue Dec 18, 2019 · 0 comments
Open

add python3 create rpm command in package section #132

cookie33 opened this issue Dec 18, 2019 · 0 comments

Comments

@cookie33
Copy link

Hi,

I made a rpm:

python3 setup.py bdist_rpm

Afterwards it was installed with yum or rpm on Centos7. It is than in:

# rpm -ql b2handle | head
/usr/lib/python3.6/site-packages/b2handle-1.1.2-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/b2handle-1.1.2-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/b2handle-1.1.2-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/b2handle-1.1.2-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/b2handle-1.1.2-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/b2handle-1.1.2-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/b2handle/__init__.py
/usr/lib/python3.6/site-packages/b2handle/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/b2handle/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/b2handle/__pycache__/clientcredentials.cpython-36.opt-1.pyc

You need to add/install python36-future to get it working. Can these things be added to the documentation?

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

1 participant