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

python distribution missing LICENSE.txt #7536

Closed
anniefu opened this issue May 20, 2020 · 2 comments
Closed

python distribution missing LICENSE.txt #7536

anniefu opened this issue May 20, 2020 · 2 comments
Assignees
Labels
inactive Denotes the issue/PR has not seen activity in the last 90 days. python

Comments

@anniefu
Copy link

anniefu commented May 20, 2020

What version of protobuf and what language are you using?
Version: v3.12.0
Language: Python

What operating system (Linux, Windows, ...) and version?
Linux

What runtime / compiler are you using (e.g., python version or gcc version)
python 3.7.7

What did you do?
Steps to reproduce the behavior:

$ python3 -m venv /tmp/venv
$ source /tmp/venv/bin/activate
(venv) $ pip install protobuf==3.12.0
Collecting protobuf==3.12.0
  Using cached https://files.pythonhosted.org/packages/c9/bf/5416042df9e48e89c60bdb116d9f1a72f2d014f6839a85148d63e6ae52dc/protobuf-3.12.0-cp37-cp37m-manylinux1_x86_64.whl
Requirement already satisfied: setuptools in /tmp/venv/lib/python3.7/site-packages (from protobuf==3.12.0) (40.8.0)
Collecting six>=1.9 (from protobuf==3.12.0)
  Using cached https://files.pythonhosted.org/packages/65/eb/1f97cb97bfc2390a276969c6fae16075da282f5058082d4cb10c6c5c1dba/six-1.14.0-py2.py3-none-any.whl
Installing collected packages: six, protobuf
Successfully installed protobuf-3.12.0 six-1.14.0
(venv) $ ls /tmp/venv/lib/python3.7/site-packages/protobuf-3.12.0.dist-info/
INSTALLER  METADATA  namespace_packages.txt  RECORD  top_level.txt  WHEEL

What did you expect to see
LICENSES.txt file in /lib/python3.7/site-packages/protobuf-3.12.0.dist-info

What did you see instead?
Missing LICENSES.txt

Anything else we should know about your project / environment
This is causing problems for our automation which uses the pip-licenses tool to gather python licenses.

Copy link

We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please add a comment.

This issue is labeled inactive because the last activity was over 90 days ago.

@github-actions github-actions bot added the inactive Denotes the issue/PR has not seen activity in the last 90 days. label Mar 10, 2024
Copy link

We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please reopen it.

This issue was closed and archived because there has been no new activity in the 14 days since the inactive label was added.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inactive Denotes the issue/PR has not seen activity in the last 90 days. python
Projects
None yet
Development

No branches or pull requests

3 participants