mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 14:41:27 +00:00
pythonPackages.configobj: new version needs six as dependency
This commit is contained in:
parent
943b1a4768
commit
28ea895b08
@ -1392,6 +1392,8 @@ let
|
||||
# error: invalid command 'test'
|
||||
doCheck = false;
|
||||
|
||||
propagatedBuildInputs = [ six ];
|
||||
|
||||
meta = {
|
||||
description = "Config file reading, writing and validation.";
|
||||
homepage = http://pypi.python.org/pypi/configobj;
|
||||
|
Loading…
Reference in New Issue
Block a user