Date: Thu, 24 May 2018 12:25:31 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 228456] security/sqlmap: missing dependency on py-sqlite3 Message-ID: <bug-228456-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228456 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@FreeBSD.org Reporter: drs-freebsd@sieborger.nom.za Flags: maintainer-feedback?(rm@FreeBSD.org) Assignee: rm@FreeBSD.org Created attachment 193647 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D193647&action= =3Dedit 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. --=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-228456-7788>