new repo for openpyxl, resolves T8746.
Details
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Maniphest Tasks
- T8746: OpenPyXL and its dependency
- Commits
- R4968:24dcd6ed73e3: construct repo for openpyxl.
passes built-in test. run first example in documentation (https://openpyxl.readthedocs.io/en/stable/).
Diff Detail
Diff Detail
- Repository
- R4968 python-openpyxl
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Does removing python2 bits mean removing %python_setup while keeping %python3_setup only?
openpyxl happens to be a python3-only package, and didn't have python2 at all.
Comment Actions
rebuilt, after making jdcal/et_xmlfile python3 only.
as expected, nothing changed in this package.
| package.yml | ||
|---|---|---|
| 15 | This is for python2 only so it should be removed. | |
Comment Actions
@kyrios123 hopefully this time i got what you meant by removing python2. please take a look. thx.
Comment Actions
Almost there :)
| package.yml | ||
|---|---|---|
| 13 | Deps should be alphabetical with pkgconfigs first, please. | |