Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Nov 2017 09:54:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223514] [patch] devel/py3-freezegun: fix dependency to sqlite3
Message-ID:  <bug-223514-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223514

            Bug ID: 223514
           Summary: [patch] devel/py3-freezegun: fix dependency to sqlite3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: koobs@FreeBSD.org
          Reporter: ehaupt@FreeBSD.org
          Keywords: patch
          Assignee: koobs@FreeBSD.org
             Flags: maintainer-feedback?(koobs@FreeBSD.org)

Created attachment 187844
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D187844&action=
=3Dedit
Fix sqlite3 dependency

The port lists databases/py3-sqlite3 as dependency which does not exist.

There are individual python-sub-version ports though:

# ls -ld /usr/ports/databases/py*sqlite3
drwxr-xr-x  3 root  wheel  5 Nov  3 17:22 /usr/ports/databases/py-sqlite3
drwxr-xr-x  2 root  wheel  3 Nov  3 17:22 /usr/ports/databases/py34-sqlite3
drwxr-xr-x  2 root  wheel  3 Nov  3 17:22 /usr/ports/databases/py35-sqlite3
drwxr-xr-x  2 root  wheel  3 Nov  3 17:22 /usr/ports/databases/py36-sqlite3
drwxr-xr-x  2 root  wheel  4 Nov  3 17:22 /usr/ports/databases/pypy-sqlite3

I suggest using PYTHON_PKGNAMEPREFIX to determine which port to be used.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223514-13>