Bug 166367 - [PATCH] devel/pybugz: Add missing argparse dependency
Summary: [PATCH] devel/pybugz: Add missing argparse dependency
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: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-24 06:30 UTC by Beat Gaetzi
Modified: 2012-03-25 21:10 UTC (History)
0 users

See Also:


Attachments
pybugz-argparse.patch (454 bytes, patch)
2012-03-24 06:30 UTC, Beat Gaetzi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beat Gaetzi freebsd_committer freebsd_triage 2012-03-24 06:30:11 UTC
	- Add missing runtime dependency

How-To-Repeat: 	# bugz 
	Traceback (most recent call last):
	File "/usr/local/bin/bugz", line 3, in <module>
	    import argparse
	    ImportError: No module named argparse
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-24 06:30:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Chris Rees freebsd_committer freebsd_triage 2012-03-24 09:18:50 UTC
Sorry :(

I can't commit it until tomorrow afternoon, so feel free to get in before
me!

Chris
Comment 3 Chris Rees freebsd_committer freebsd_triage 2012-03-25 21:06:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-03-25 21:07:01 UTC
crees       2012-03-25 20:06:48 UTC

  FreeBSD ports repository

  Modified files:
    devel/pybugz         Makefile 
  Log:
  Add forgotten dependency on py-argparse (weird-- files were on my system,
  but package was not installed)
  
  PR:             ports/166367
  Submitted by:   beat
  Feature safe:   yes
  
  Revision  Changes    Path
  1.2       +3 -0      ports/devel/pybugz/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"