Giter VIP home page Giter VIP logo

Comments (3)

NZLostboy avatar NZLostboy commented on June 21, 2024

I started on this a while back #302

The issue is that to continue including support for Ubuntu < 20 I am not sure how to do it.

It needs to use python-m2crypto for anything older and python3-m2crypto for Ubuntu 20 >

Feel free to drop a line on that pull request if you understand how it should be implemented, I don't have a good answer.

from wok.

Pomdre avatar Pomdre commented on June 21, 2024

Duplicate of #300

from wok.

rediz avatar rediz commented on June 21, 2024

Describe the bug dpkg -I wok-3.0.0-0.ubuntu.noarch.deb shows typo python-m2crypto instead of python3-m2crypto

To Reproduce As above

Expected behavior shows python3-m2crypto when run dpkg -I so that wok could be installed on Ubuntu 20.10

just sharing my workaround, in case anyone faced the same issue.

#dpkg -I wok-3.0.0-0.ubuntu.noarch.deb
dpkg-deb -x wok-3.0.0-0.ubuntu.noarch.deb wok3a
dpkg-deb --control wok-3.0.0-0.ubuntu.noarch.deb wok3a/DEBIAN
sed -i "s/python-m2crypto/python3-m2crypto/" wok3a/DEBIAN/control
dpkg -b wok3a wok-3.0.0-1.ubuntu.noarch.deb
rm -rf wok3a
sudo apt install -y ./wok-3.0.0-1.ubuntu.noarch.deb

Had to use same workaround for debian install. Debian 6.1.67-1 (2023-12-12)

from wok.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.