aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-distro
Commit message (Collapse)AuthorAgeFilesLines
* community/py3-distro: add missing dependencyKeith Maxwell2020-04-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change: $ sudo apk add py3-distro ✂ $ distro --help Traceback (most recent call last): File "/usr/bin/distro", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' After this change: $ sudo apk add py3-distro ✂ $ distro --help usage: distro [-h] [--json] ✂ The above commands were run inside docker-abuild with `dabuild sh`. The change is required because `/usr/bin/distro` includes the line: from pkg_resources import load_entry_point That means that py3-setuptools is required at runtime: $ python3 -c 'import pkg_resources; print(pkg_resources.__file__)' /usr/lib/python3.8/site-packages/pkg_resources/__init__.py $ apk info -q -W /usr/lib/python3.8/site-packages/pkg_resources/__init__.py py3-setuptools
* community/py3-distro: upgrade to 1.5.0Leo2020-03-311-3/+3
|
* community/py3-distro: rebuild against python 3.8Natanael Copa2019-11-051-1/+1
|
* community/py3-distro: move from testingLeo2019-09-131-0/+33