FreeBSD Bugzilla – Attachment 187844 Details for
Bug 223514
devel/py3-freezegun: Fix dependency to sqlite3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix sqlite3 dependency
py3-freezegun.patch (text/plain), 626 bytes, created by
Emanuel Haupt
on 2017-11-08 09:54:55 UTC
(
hide
)
Description:
Fix sqlite3 dependency
Filename:
MIME Type:
Creator:
Emanuel Haupt
Created:
2017-11-08 09:54:55 UTC
Size:
626 bytes
patch
obsolete
>Index: ports/devel/py3-freezegun/Makefile >=================================================================== >--- ports/devel/py3-freezegun/Makefile (revision 453725) >+++ ports/devel/py3-freezegun/Makefile (working copy) >@@ -6,7 +6,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py3-six \ > ${PYTHON_PKGNAMEPREFIX}dateutil>=2.0:devel/py3-dateutil > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py3-nose \ >- ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py3-sqlite3 \ >+ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/${PYTHON_PKGNAMEPREFIX}sqlite3 \ > ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py3-mock > > USES= python:3.3+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223514
:
187844
|
188008