[Bug 228456] security/sqlmap: missing dependency on py-sqlite3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 24 12:25:33 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228456

            Bug ID: 228456
           Summary: security/sqlmap: missing dependency on py-sqlite3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: rm at FreeBSD.org
          Reporter: drs-freebsd at sieborger.nom.za
             Flags: maintainer-feedback?(rm at FreeBSD.org)
          Assignee: rm at FreeBSD.org

Created attachment 193647
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193647&action=edit
Patch to add dependency on py-sqlite3

sqlmap requires py-sqlite3.  Without sqlite3, sqlmap gives this error:

$ sqlmap -h
missing one or more core extensions ('bz2', 'gzip', 'ssl', 'sqlite3', 'zlib')
most likely because current version of Python has been built without
appropriate dev packages (e.g. 'libsqlite3-dev')

This patch adds a runtime dependency on py-sqlite3.

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


More information about the freebsd-ports-bugs mailing list