Bug 154891 - [PATCH] missing dependancy in databases/py-sqlalchemy
Summary: [PATCH] missing dependancy in databases/py-sqlalchemy
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-19 15:40 UTC by Olivier Duchateau
Modified: 2011-03-19 13:50 UTC (History)
0 users

See Also:


Attachments
file.diff (5.38 KB, patch)
2011-02-19 15:40 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau 2011-02-19 15:40:08 UTC
devel/py-nose (unittests) is missing in Makefile. It's required by sqlalchemy_nose. But this module is not essential, so I made a patch, which is enabled in OPTIONS macro.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-19 15:40:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-19 13:40:14 UTC
nivit       2011-03-19 13:39:57 UTC

  FreeBSD ports repository

  Modified files:
    databases/py-sqlalchemy Makefile 
  Log:
  - Add option WITH_NOSE (default off) for unit tests
  - Fix a typo
  
  PR:     ports/154891
  Submitted by:   Olivier Duchateau <duchateau.olivier at gmail.com>
  
  Revision  Changes    Path
  1.37      +6 -1      ports/databases/py-sqlalchemy/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Nicola Vitale freebsd_committer freebsd_triage 2011-03-19 13:40:50 UTC
State Changed
From-To: open->closed

Added option WITH_NOSE to test the unit with devel/py-nose. 
Thank you for the PR.