pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/54588 (security/py-certbot-0.38 fails due to missing distribution)



The following reply was made to PR pkg/54588; it has been noted by GNATS.

From: =?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Fauberteau?= <triaxx%NetBSD.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/54588 (security/py-certbot-0.38 fails due to missing
 distribution)
Date: Tue, 01 Oct 2019 13:59:17 +0200

 I test to add py-distro as DEPENDS but I have now the following error. I 
 will inspect wip/py-distro (that is outdated 1.1.0->1.4.0) to know if it 
 is it or certbot that does not support netbsd8.
 
 Traceback (most recent call last):
    File "/mnt/ccd0/pkg/bin/certbot-3.7", line 11, in <module>
      load_entry_point('certbot==0.38.0', 'console_scripts', 'certbot')()
    File 
 "/mnt/ccd0/pkg/lib/python3.7/site-packages/pkg_resources/__init__.py", 
 line 489, in load_entry_point
      return get_distribution(dist).load_entry_point(group, name)
    File 
 "/mnt/ccd0/pkg/lib/python3.7/site-packages/pkg_resources/__init__.py", 
 line 2852, in load_entry_point
      return ep.load()
    File 
 "/mnt/ccd0/pkg/lib/python3.7/site-packages/pkg_resources/__init__.py", 
 line 2443, in load
      return self.resolve()
    File 
 "/mnt/ccd0/pkg/lib/python3.7/site-packages/pkg_resources/__init__.py", 
 line 2449, in resolve
      module = __import__(self.module_name, fromlist=['__name__'], 
 level=0)
    File "/mnt/ccd0/pkg/lib/python3.7/site-packages/certbot/main.py", line 
 17, in <module>
      from certbot import account
    File "/mnt/ccd0/pkg/lib/python3.7/site-packages/certbot/account.py", 
 line 22, in <module>
      from certbot import util
    File "/mnt/ccd0/pkg/lib/python3.7/site-packages/certbot/util.py", line 
 17, in <module>
      import distro
    File "/mnt/ccd0/pkg/lib/python3.7/site-packages/distro.py", line 42, 
 in <module>
      raise ImportError('Unsupported platform: {0}'.format(sys.platform))
 ImportError: Unsupported platform: netbsd8
 


Home | Main Index | Thread Index | Old Index