Giter VIP home page Giter VIP logo

Comments (5)

lunkwill42 avatar lunkwill42 commented on June 12, 2024 1

jnpr

.tox/unit-py37-django32/lib/python3.7/site-packages/pkg_resources/__init__.py:2871
  /source/.tox/unit-py37-django32/lib/python3.7/site-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('jnpr')`.
  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

jnpr is actually the main namespace of the junos-eznc package, which is a requirement of the JunOS driver of the NAPALM library. Maybe we should file a bug report with https://github.com/Juniper/py-junos-eznc ?

Usage is directly from this file: https://github.com/Juniper/py-junos-eznc/blob/master/lib/jnpr/__init__.py

from nav.

lunkwill42 avatar lunkwill42 commented on June 12, 2024

This library is explicitly declared in "requirements/base.txt". There has been no new versions of this since 2021 and it is still on setup.py. It is BSD-licensed so it should be possible to vendor the code.

A quick search seems to reveal there may be several packages that provide this same functionality, so we might also look into migrating to something else.

from nav.

lunkwill42 avatar lunkwill42 commented on June 12, 2024

This library is a sub-dependency of something else.

twisted has a dependency to the package zope-interface. We are currently attempting to upgrade our twisted dependency, which may or may not affect this.

from nav.

lunkwill42 avatar lunkwill42 commented on June 12, 2024

Assigning @johannaengland for now, mostly to look at the sphinxcontrib-programoutput part of the issue

from nav.

johannaengland avatar johannaengland commented on June 12, 2024

twisted has a dependency to the package zope-interface. We are currently attempting to upgrade our twisted dependency, which may or may not affect this.

It does not, the current release of twisted still uses the same version of zope-interface as the version we currently use (22.8.0) uses.

from nav.

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.