glutanimate / PDFMtEd

View and modify PDF metadata on Linux graphically
GNU General Public License v3.0
191 stars 22 forks source link

Feature Request: Use of python3 only. #21

Closed connaisseur closed 3 years ago

connaisseur commented 3 years ago

In README.md dependency list claims only the use of python3. "pdfmted-thumbnailer" completely relies on it --> Fine.

But "pdfmted-editor" is still depending heavily on python2.7!

This makes it hard for distributions / packagers to clean systems from python2.7 if desired.

Could you please see for a fix on this?

sonibla commented 3 years ago

I think this is because of Dependencies=(yad exiftool python2.7 qpdf) in install.sh I'll do a pull request to change it The source code is already using python3

Placidius commented 3 years ago

I took the dependency out of the install.sh and it still says it requires python 2.7. There must be somewhere else in the code that requires it. I'm dumb though, and not qualified to fix such things.

glutanimate commented 3 years ago

Should be fixed now in master (thanks to @sonibla and @mfraser!)